Re: [sqlmap-users] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 63: ordinal
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2011-03-07 10:22:21
|
hi Emiliano. i think we've found a problem and fixed. could you please update to the latest revision and try it again? kr On Sat, Mar 5, 2011 at 6:01 AM, Emiliano Bazaes <emi...@7e...> wrote: > 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 > > ------------------------------------------------------------------------------ > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |