[sqlmap-users] Object has no attribute
Brought to you by:
inquisb
From: Владимир Г. <war...@gm...> - 2011-01-14 07:47:28
|
python sqlmap.py -u "http://example/rrr.php" --method POST --data="login_for_pwd=4444" Win32 [09:44:21] [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 comma nd line, the following text and any information needed to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to yo u. sqlmap version: 0.9-dev (r2958) Python version: 2.6.6 Operating system: nt Traceback (most recent call last): File "sqlmap.py", line 83, in main start() File "C:\DSU\soft\sqlmap\lib\controller\controller.py", line 407, in start action() File "C:\DSU\soft\sqlmap\lib\controller\action.py", line 31, in action setHandler() File "C:\DSU\soft\sqlmap\lib\controller\handler.py", line 66, in setHandler if getIdentifiedDBMS() is not None: File "C:\DSU\soft\sqlmap\lib\core\common.py", line 2051, in getIdentifiedDBMS return aliasToDbmsEnum(dbms) File "C:\DSU\soft\sqlmap\lib\core\common.py", line 1764, in aliasToDbmsEnum if value.lower() in item[0]: AttributeError: 'NoneType' object has no attribute 'lower' [*] shutting down at: 09:44:21 |