Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- A) python sqlmap.py -u www.test.com --eval="print _locals['method']" --data="id=1"
- _
- ___ ___| |_____ ___ ___ {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:27:39
- [15:27:39] [INFO] testing connection to the target URL
- POST
- [15:27:39] [INFO] heuristics detected web page charset 'ascii'
- ---
- B) python sqlmap.py -u www.test.com --eval="print _locals['method']"
- _
- ___ ___| |_____ ___ ___ {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:30:29
- [15:30:29] [INFO] testing connection to the target URL
- None
- [15:30:30] [INFO] heuristics detected web page charset 'ascii'
- ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement