Advertisement
ukesh

Web Form brute forcing by ukesh

Feb 15th, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Admin
  4. Login</title>
  5. </head>
  6. <body>
  7. <center>
  8. <h1>
  9. Administrator
  10. Login</h1>
  11. <form action="
  12. log.php" method
  13. ="post" >
  14. Username:<input
  15. type="text"
  16. name="user"
  17. placeholder="
  18. admin"> <br>
  19. Password:<input
  20. type="password"
  21. name="password"
  22. placeholder="
  23. password"><br>
  24. <input type="
  25. submit" name="
  26. user" value="
  27. submit" >
  28. </form>
  29. </center>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement