Re: [sqlmap-users] Bug with IPv6 addresses
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-05-24 10:00:13
|
Hi. To be honest, we haven't tried usage of IPv6 addresses, but you are the messenger that we should start :) We'll see what can be done and keep you posted. Kind regards, Miroslav Stampar On May 23, 2012 8:15 PM, "rmillet" <rmi...@us...> wrote: > 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 > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > |