Advertisement
Guest User

Untitled

a guest
Nov 27th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5.  
  6. <form action="vuln.php" method="get">
  7. Username:<br>
  8. <input type="text" name="username" value="">
  9. <br>
  10. Password:<br>
  11. <input type="password" name="password" value="">
  12. <br><br>
  13. <input type="submit" value="Submit">
  14. </form>
  15.  
  16.  
  17. <p>If you click the "submit" button, the login form-data will be sent to a page called "vuln.php".</p>
  18.  
  19.  
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement