Guest User

Untitled

a guest
Jul 6th, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Packets sent after manually entering the information into Mozilla and hitting "Submit":
  2.  
  3. User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
  4. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  5. Accept-Language: en-us,en;q=0.5
  6. Accept-Encoding: gzip, deflate
  7. Connection: keep-alive
  8. Referer:
  9. Cookie: PHPSESSID=de1pmj7is7b62t43u81pentec0
  10. Content-Type: multipart/form-data; boundary=---------------------------15664207956696793931728564764
  11. Content-Length: 301
  12.  
  13. -----------------------------15664207956696793931728564764
  14. Content-Disposition: form-data; name="username"
  15.  
  16. new_Email
  17. -----------------------------15664207956696793931728564764
  18. Content-Disposition: form-data; name="pass"
  19.  
  20. password
  21. -----------------------------15664207956696793931728564764--
  22.  
  23.  
  24.  
  25.  
  26. Packets sent via curl:
  27.  
  28. ${!]E@@2?#Pvh9}
  29. (xPOST /login.php HTTP/1.1
  30. Host:
  31. Accept: */*
  32. Content-Length: 32
  33. Content-Type: application/x-www-form-urlencoded
  34.  
  35. username=new_Email&pass=password
Add Comment
Please, Sign In to add comment