[sqlmap-users] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 63: ordinal not
Brought to you by:
inquisb
From: Emiliano B. <emi...@7e...> - 2011-03-05 05:01:42
|
hi, got this error when you perform this test ./sqlmap.py -u "http://xxx/wp-content/plugins/wordtube/myextractXML.php?id=3" --string "some text" ... and get the following: sqlmap/0.9-dev - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 01:56:00 [01:56:01] [INFO] using '~/sqlmap-dev/output/xxx/session' as session file [01:56:01] [INFO] testing connection to the target url [01:56:03] [INFO] testing if the provided string is within the target URL page content [01:56:05] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sql...@li... the following text and any information required to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 0.9-dev Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u ********************************************************************************************************* --string some text Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "./sqlmap.py", line 82, in main start() File "~/sqlmap-dev/lib/controller/controller.py", line 255, in start if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp(): File "~/sqlmap-dev/lib/controller/checks.py", line 727, in checkString if conf.string not in page: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 63: ordinal not in range(128) [*] shutting down at: 01:56:05 __ regards! -- Emiliano |