Thread: [sqlmap-users] UnicodeDecodeError form grab
Brought to you by:
inquisb
From: black z. <tim...@gm...> - 2011-03-03 06:50:39
|
sqlmap version: 0.9-dev (r3388) Python version: 2.6.6 Operating system: posix Command line: sqlmap.py -u ************************************************ --forms --user-agent Googlebot -v 3 Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "sqlmap.py", line 82, in main start() File "/home/z00/sqlmap-dev/lib/controller/controller.py", line 253, in start if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp(): File "/home/z00/sqlmap-dev/lib/controller/checks.py", line 799, in checkConnection page, _ = Request.queryPage(content=True) File "/home/z00/sqlmap-dev/lib/request/connect.py", line 427, in queryPage post = urlencode(conf.parameters[PLACE.POST] if place != PLACE.POST or not value else value) File "/home/z00/sqlmap-dev/lib/core/convert.py", line 90, in urlencode result = urllib.quote(utf8encode(value), safe) File "/home/z00/sqlmap-dev/lib/core/convert.py", line 95, in utf8encode return value.encode("utf-8") UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 22: ordinal not in range(128) [*] shutting down at: 08:49:21 |
From: Miroslav S. <mir...@gm...> - 2011-03-03 09:44:30
|
hi black zero could you please try it now with r3389. problem is potentially fixed now. kr On Thu, Mar 3, 2011 at 7:50 AM, black zero <tim...@gm...> wrote: > sqlmap version: 0.9-dev (r3388) > Python version: 2.6.6 > Operating system: posix > Command line: sqlmap.py -u ************************************************ > --forms --user-agent Googlebot -v 3 > Technique: None > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "sqlmap.py", line 82, in main > start() > File "/home/z00/sqlmap-dev/lib/controller/controller.py", line 253, in > start > if not checkConnection(suppressOutput=conf.forms) or not checkString() > or not checkRegexp(): > File "/home/z00/sqlmap-dev/lib/controller/checks.py", line 799, in > checkConnection > page, _ = Request.queryPage(content=True) > File "/home/z00/sqlmap-dev/lib/request/connect.py", line 427, in queryPage > post = urlencode(conf.parameters[PLACE.POST] if place != PLACE.POST or > not value else value) > File "/home/z00/sqlmap-dev/lib/core/convert.py", line 90, in urlencode > result = urllib.quote(utf8encode(value), safe) > File "/home/z00/sqlmap-dev/lib/core/convert.py", line 95, in utf8encode > return value.encode("utf-8") > UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 22: > ordinal not in range(128) > > [*] shutting down at: 08:49:21 > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT > data > generated by your applications, servers and devices whether physical, > virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > 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 |
From: Miroslav S. <mir...@gm...> - 2011-03-03 10:38:59
|
minor update latest r3389 also deals with some parts of this issue kr On Thu, Mar 3, 2011 at 10:44 AM, Miroslav Stampar <mir...@gm...> wrote: > hi black zero > > could you please try it now with r3389. problem is potentially fixed now. > > kr > > On Thu, Mar 3, 2011 at 7:50 AM, black zero <tim...@gm...> wrote: >> sqlmap version: 0.9-dev (r3388) >> Python version: 2.6.6 >> Operating system: posix >> Command line: sqlmap.py -u ************************************************ >> --forms --user-agent Googlebot -v 3 >> Technique: None >> Back-end DBMS: None (identified) >> Traceback (most recent call last): >> File "sqlmap.py", line 82, in main >> start() >> File "/home/z00/sqlmap-dev/lib/controller/controller.py", line 253, in >> start >> if not checkConnection(suppressOutput=conf.forms) or not checkString() >> or not checkRegexp(): >> File "/home/z00/sqlmap-dev/lib/controller/checks.py", line 799, in >> checkConnection >> page, _ = Request.queryPage(content=True) >> File "/home/z00/sqlmap-dev/lib/request/connect.py", line 427, in queryPage >> post = urlencode(conf.parameters[PLACE.POST] if place != PLACE.POST or >> not value else value) >> File "/home/z00/sqlmap-dev/lib/core/convert.py", line 90, in urlencode >> result = urllib.quote(utf8encode(value), safe) >> File "/home/z00/sqlmap-dev/lib/core/convert.py", line 95, in utf8encode >> return value.encode("utf-8") >> UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 22: >> ordinal not in range(128) >> >> [*] shutting down at: 08:49:21 >> >> >> ------------------------------------------------------------------------------ >> Free Software Download: Index, Search & Analyze Logs and other IT data in >> Real-Time with Splunk. Collect, index and harness all the fast moving IT >> data >> generated by your applications, servers and devices whether physical, >> virtual >> or in the cloud. Deliver compliance at lower cost and gain new business >> insights. http://p.sf.net/sfu/splunk-dev2dev >> _______________________________________________ >> 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 > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |
From: Miroslav S. <mir...@gm...> - 2011-03-03 10:39:18
|
sorry, i meant r3390 kr On Thu, Mar 3, 2011 at 11:38 AM, Miroslav Stampar <mir...@gm...> wrote: > minor update > > latest r3389 also deals with some parts of this issue > > kr > > On Thu, Mar 3, 2011 at 10:44 AM, Miroslav Stampar > <mir...@gm...> wrote: >> hi black zero >> >> could you please try it now with r3389. problem is potentially fixed now. >> >> kr >> >> On Thu, Mar 3, 2011 at 7:50 AM, black zero <tim...@gm...> wrote: >>> sqlmap version: 0.9-dev (r3388) >>> Python version: 2.6.6 >>> Operating system: posix >>> Command line: sqlmap.py -u ************************************************ >>> --forms --user-agent Googlebot -v 3 >>> Technique: None >>> Back-end DBMS: None (identified) >>> Traceback (most recent call last): >>> File "sqlmap.py", line 82, in main >>> start() >>> File "/home/z00/sqlmap-dev/lib/controller/controller.py", line 253, in >>> start >>> if not checkConnection(suppressOutput=conf.forms) or not checkString() >>> or not checkRegexp(): >>> File "/home/z00/sqlmap-dev/lib/controller/checks.py", line 799, in >>> checkConnection >>> page, _ = Request.queryPage(content=True) >>> File "/home/z00/sqlmap-dev/lib/request/connect.py", line 427, in queryPage >>> post = urlencode(conf.parameters[PLACE.POST] if place != PLACE.POST or >>> not value else value) >>> File "/home/z00/sqlmap-dev/lib/core/convert.py", line 90, in urlencode >>> result = urllib.quote(utf8encode(value), safe) >>> File "/home/z00/sqlmap-dev/lib/core/convert.py", line 95, in utf8encode >>> return value.encode("utf-8") >>> UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 22: >>> ordinal not in range(128) >>> >>> [*] shutting down at: 08:49:21 >>> >>> >>> ------------------------------------------------------------------------------ >>> Free Software Download: Index, Search & Analyze Logs and other IT data in >>> Real-Time with Splunk. Collect, index and harness all the fast moving IT >>> data >>> generated by your applications, servers and devices whether physical, >>> virtual >>> or in the cloud. Deliver compliance at lower cost and gain new business >>> insights. http://p.sf.net/sfu/splunk-dev2dev >>> _______________________________________________ >>> 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 >> > > > > -- > Miroslav Stampar > > E-mail: miroslav.stampar (at) gmail.com > PGP Key ID: 0xB5397B1B > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |