Hi all,
sqlmap hangs when using with an IPv6 address:
./sqlmap.py -u 'http://[::1]/?p=42'
Here is the traceback displayed on keyboard interrupt:
Traceback (most recent call last):
File "./sqlmap.py", line 19, in
main()
File "/sqlmap/_sqlmap.py", line 110, in main
errMsg = unhandle
Hi,
I have some questions about the redirections in sqlmap.
The command I used with version sqlmap/1.0-dev (r4495):
./sqlmap.py -u '
http://192.168.1.42/redirect.php?url=http%3A%2F%2F127.0.0.1%2Fpage'
The page on redirect.php on 192.168.1.42 redirects with a 302 Location
header to http://127.0.0