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 <module>
    main()
  File "/sqlmap/_sqlmap.py", line 110, in main
    errMsg = unhandledExceptionMessage()
  File "/sqlmap/lib/core/common.py", line 2557, in unhandledExceptionMessage
    return maskSensitiveData(errMsg)
  File "/sqlmap/lib/core/common.py", line 2568, in maskSensitiveData
    while extractRegexResult(regex, retVal):
  File "/sqlmap/lib/core/common.py", line 2159, in extractRegexResult
    retVal = match.group("result")
KeyboardInterrupt



Regards,

rmillet42
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to