Thread: [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) |
From: Miroslav S. <mir...@gm...> - 2010-10-23 06:43:02
|
Hi Anton. Thank you for your report. Now it should be fixed in the latest revision. Kind regards. On Sat, Oct 23, 2010 at 1:55 AM, Anton Mogilin <aza...@ya...> wrote: > 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) > > > > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B Location: Zagreb, Croatia |