[sqlmap-users] Unhandled exception. AttributeError: currentUser
Brought to you by:
inquisb
From: Anton M. <aza...@ya...> - 2010-10-22 23:55:33
|
Got this for couple of URLs: $ ./sqlmap.py -u http://example.org/test.php?id=1 -p id --current-user <skipped> [03:47:19] [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 command 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 you. sqlmap version: 0.9-dev (r2123) Python version: 2.6.5 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 79, in main start() File "/path/to/sqlmap-dev/lib/controller/controller.py", line 294, in start action() File "/path/to/sqlmap-dev/lib/controller/action.py", line 75, in action conf.dumper.currentUser(conf.dbmsHandler.getCurrentUser()) File "/path/to/sqlmap-dev/plugins/generic/enumeration.py", line 100, in getCurrentUser query = queries[kb.dbms].currentUser.query File "/path/to/sqlmap-dev/extra/xmlobject/xmlobject.py", line 351, in __getattr__ raise AttributeError(attr) AttributeError: currentUser Seems this trouble was introduced in revision 2122. Switched to rev 2121 and it works, switched to rev 2122 and got this error. Though I'm not sure because of some authentication issues: $ svn update -r 2121 U plugins/dbms/oracle/enumeration.py U plugins/dbms/mssqlserver/enumeration.py U plugins/generic/misc.py U plugins/generic/enumeration.py U extra/xmlobject/xmlobject.py U lib/utils/resume.py U lib/core/common.py U lib/core/agent.py U lib/core/option.py U lib/request/inject.py U lib/techniques/blind/inference.py U lib/techniques/error/use.py U lib/techniques/error/test.py U lib/techniques/inband/union/use.py U lib/techniques/inband/union/test.py A lib/parse/queriesfile.py Authentication realm: <https://svn.sqlmap.org:443> Authentication required Password for 'user': Authentication realm: <https://svn.sqlmap.org:443> Authentication required Username: Password for '': Authentication realm: <https://svn.sqlmap.org:443> Authentication required Username: Password for '': svn: OPTIONS of 'https://svn.sqlmap.org/sqlmap': authorization failed: Could not authenticate to server: rejected Digest challenge (https://svn.sqlmap.org) |