Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <div id="main">
  2.  
  3. <h1>HTML Injection - Reflected (GET)</h1>
  4.  
  5. <p>Enter your first and last name:</p>
  6.  
  7. <form action="/bWAPP/htmli_get.php" method="GET">
  8.  
  9. <p><label for="firstname">First name:</label><br />
  10. <input type="text" id="firstname" name="firstname"></p>
  11.  
  12. <p><label for="lastname">Last name:</label><br />
  13. <input type="text" id="lastname" name="lastname"></p>
  14.  
  15. <button type="submit" name="form" value="submit">Go</button>
  16.  
  17. </form>
  18.  
  19. <br />
  20. Welcome Hi Hi
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement