Guest User

Untitled

a guest
Sep 17th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. python sqlmap.py -u www.test.com --eval="_locals['auxHeaders']['foo']='bar'" -v 6
  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:32:43
  11.  
  12. [15:32:43] [DEBUG] cleaning up configuration parameters
  13. [15:32:43] [DEBUG] checking for WebSocket
  14. [15:32:43] [DEBUG] setting the HTTP timeout
  15. [15:32:43] [DEBUG] creating HTTP requests opener object
  16. [15:32:44] [DEBUG] resolving hostname 'www.test.com'
  17. [15:32:44] [INFO] testing connection to the target URL
  18. [15:32:44] [TRAFFIC OUT] HTTP request [#1]:
  19. GET / HTTP/1.1
  20. Accept-language: en-us,en;q=0.5
  21. Accept-encoding: gzip,deflate
  22. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  23. User-agent: sqlmap/1.0-dev-65a8f0f (http://sqlmap.org)
  24. Accept-charset: ISO-8859-15,utf-8;q=0.7,*;q=0.7
  25. Host: www.test.com
  26. Pragma: no-cache
  27. Cache-control: no-cache,no-store
  28. Foo: bar
  29. Connection: close
  30.  
  31. [15:32:44] [INFO] heuristics detected web page charset 'ascii'
Advertisement
Add Comment
Please, Sign In to add comment