[sqlmap-users] unhandled exception in sqlmap/0.9
Brought to you by:
inquisb
From: Dennis H. <ma...@8d...> - 2011-05-26 11:58:27
|
[13:24:37] [CRITICAL] unhandled exception in sqlmap/0.9, retry your run with the latest development version from the Subversion repository. If the exception persists, please send b y 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 accordingl y and get back to you. sqlmap version: 0.9 (r3630) Python version: 2.7.1 Operating system: nt Command line: C:\Users\Administrator\Downloads\sqlmap-0.9\sqlmap\sqlmap.py -v 1 -u ********************************************************************************************* Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "C:\Users\Administrator\Downloads\sqlmap-0.9\sqlmap\sqlmap.py", line 82, in main start() File "C:\Users\Administrator\Downloads\sqlmap-0.9\sqlmap\lib\controller\controller.py", line 311, in start checkStability() File "C:\Users\Administrator\Downloads\sqlmap-0.9\sqlmap\lib\controller\checks.py", line 659, in checkStability secondPage, _ = Request.queryPage(content=True) File "C:\Users\Administrator\Downloads\sqlmap-0.9\sqlmap\lib\request\connect.py", line 518, in queryPage page, headers = Connect.getPage(url=uri, get=get, post=post, cookie=cookie, ua=ua, referer=referer, silent=silent, method=method, auxHeaders=auxHeaders, response=response, rais e404=raise404, ignoreTimeout=timeBasedCompare) File "C:\Users\Administrator\Downloads\sqlmap-0.9\sqlmap\lib\request\connect.py", line 207, in getPage requestMsg += "\n%s" % requestHeaders UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 81: ordinal not in range(128) |