Advertisement
Guest User

Untitled

a guest
Sep 17th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. A) python sqlmap.py -u www.test.com --eval="print _locals['method']" --data="id=1"
  2. _
  3. ___ ___| |_____ ___ ___ {1.0-dev-65a8f0f}
  4. |_ -| . | | | .'| . |
  5. |___|_ |_|_|_|_|__,| _|
  6. |_| |_| http://sqlmap.org
  7.  
  8. [!] 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
  9.  
  10. [*] starting at 15:27:39
  11.  
  12. [15:27:39] [INFO] testing connection to the target URL
  13. POST
  14. [15:27:39] [INFO] heuristics detected web page charset 'ascii'
  15.  
  16. ---
  17.  
  18. B) python sqlmap.py -u www.test.com --eval="print _locals['method']"
  19. _
  20. ___ ___| |_____ ___ ___ {1.0-dev-65a8f0f}
  21. |_ -| . | | | .'| . |
  22. |___|_ |_|_|_|_|__,| _|
  23. |_| |_| http://sqlmap.org
  24.  
  25. [!] 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
  26.  
  27. [*] starting at 15:30:29
  28.  
  29. [15:30:29] [INFO] testing connection to the target URL
  30. None
  31. [15:30:30] [INFO] heuristics detected web page charset 'ascii'
  32.  
  33. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement