diff options
| author | Jaromil <[email protected]> | 2011-03-25 16:24:38 (GMT) |
|---|---|---|
| committer | Jaromil <[email protected]> | 2011-03-25 16:24:38 (GMT) |
| commit | 18be553bb33da2c90c5bbb45fceafb070631fbed (patch) | |
| tree | 921e89d5155481db3d6e3f13cff7d097bec70ad6 | |
| parent | eb7d492bb532a659ecb4027568fdc442406bb7de (diff) | |
fixed password reset for webend
now also set to root:hackme
| -rw-r--r-- | tools/wdtvhack/S99wdtvhack | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/wdtvhack/S99wdtvhack b/tools/wdtvhack/S99wdtvhack index 4a1f133..068a95f 100644 --- a/tools/wdtvhack/S99wdtvhack +++ b/tools/wdtvhack/S99wdtvhack @@ -27,7 +27,8 @@ cat /conf/shadow | awk ' mv /tmp/shadow /conf/shadow -# reset web password to wdlxtv:wdlxtv +# reset web password to root:hackme rm -f /conf/htpasswd +echo "root:WDLXTV-Webend:16cb4a092111f59b1fee360c90746f73" > /conf/htpasswd sync |

