[sqlmap-users] List of things
Brought to you by:
inquisb
From: Kasper F. <th...@ma...> - 2010-06-09 12:31:18
|
Hello SQLMAP users. Is there a problem using an old session file with new svn version? I get this: sqlmap/0.9-dev - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 14:17:25 [14:17:25] [INFO] using 'bla' as session file [14:17:25] [ERROR] unhandled exception in sqlmap/0.9-dev, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.9-dev Python version: 2.5.2 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 89, in main start() File "/home/foens/sqlmap/lib/controller/controller.py", line 152, in start setupTargetEnv() File "/home/foens/sqlmap/lib/core/target.py", line 258, in setupTargetEnv __setOutputResume() File "/home/foens/sqlmap/lib/core/target.py", line 130, in __setOutputResume for line in readSessionFP.readlines(): # xreadlines doesn't return unicode strings when codec.open() is used File "/usr/lib/python2.5/codecs.py", line 626, in readlines return self.reader.readlines(sizehint) File "/usr/lib/python2.5/codecs.py", line 535, in readlines data = self.read() File "/usr/lib/python2.5/codecs.py", line 424, in read newchars, decodedbytes = self.decode(data, self.errors) UnicodeDecodeError: 'utf8' codec can't decode byte 0x80 in position 3397: unexpected code byte [*] shutting down at: 14:17:25 |