Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- python sqlmap.py -u www.test.com --eval="_locals['auxHeaders']['foo']='bar'" -v 6
- _
- ___ ___| |_____ ___ ___ {1.0-dev-65a8f0f}
- |_ -| . | | | .'| . |
- |___|_ |_|_|_|_|__,| _|
- |_| |_| http://sqlmap.org
- [!] 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
- [*] starting at 15:32:43
- [15:32:43] [DEBUG] cleaning up configuration parameters
- [15:32:43] [DEBUG] checking for WebSocket
- [15:32:43] [DEBUG] setting the HTTP timeout
- [15:32:43] [DEBUG] creating HTTP requests opener object
- [15:32:44] [DEBUG] resolving hostname 'www.test.com'
- [15:32:44] [INFO] testing connection to the target URL
- [15:32:44] [TRAFFIC OUT] HTTP request [#1]:
- GET / HTTP/1.1
- Accept-language: en-us,en;q=0.5
- Accept-encoding: gzip,deflate
- Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
- User-agent: sqlmap/1.0-dev-65a8f0f (http://sqlmap.org)
- Accept-charset: ISO-8859-15,utf-8;q=0.7,*;q=0.7
- Host: www.test.com
- Pragma: no-cache
- Cache-control: no-cache,no-store
- Foo: bar
- Connection: close
- [15:32:44] [INFO] heuristics detected web page charset 'ascii'
Advertisement
Add Comment
Please, Sign In to add comment