[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 |