Re: [sqlmap-users] I Have a problem!
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-10-24 21:01:08
|
Hi Nico. Thank you for your report and find it fixed with the latest commit [1]. Kind regards, Miroslav Stampar [1] https://github.com/sqlmapproject/sqlmap/issues/216 On Wed, Oct 24, 2012 at 8:48 AM, Nico Montezco <ro...@ma...> wrote: > Hello friends, doing an analysis to a system based on JSP, Apache 2.4.1 and > Oracle 10g Enterprise Edition Release 10.2.0.4.0 64-bit; sqlmap gave me > the following error: > > > *[02:40:27] [CRITICAL] unhandled exception in sqlmap/1.0-dev-8b57e1f, > retry your run with the latest development version from the GitHub > repository. If the exception persists, please send by e-mail to ' > sql...@li...' or open a new issue at ' > https://github.com/sqlmapproject/sqlmap/issues/new' with the following > text and any information required to reproduce the bug. The developers will > try to reproduce the bug, fix it accordingly and get back to you. > sqlmap version: 1.0-dev-8b57e1f > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py -u > ************************************************************* -a > --dbms=oracle > Technique: UNION > Back-end DBMS: Oracle (fingerprinted) > * > Traceback (most recent call last): > File "/pentest/database/sqlmap/_sqlmap.py", line 72, in main > start() > File "/pentest/database/sqlmap/lib/controller/controller.py", line 567, > in start > action() > File "/pentest/database/sqlmap/lib/controller/action.py", line 99, in > action > conf.dbmsHandler.getRoles(), "role") > File "/pentest/database/sqlmap/plugins/dbms/oracle/enumeration.py", line > 62, in getRoles > return self.getRoles(query2=True) > File "/pentest/database/sqlmap/plugins/dbms/oracle/enumeration.py", line > 81, in getRoles > if self.__isAdminFromPrivileges(roles): > AttributeError: OracleMap instance has no attribute > '_Enumeration__isAdminFromPrivileges' > > [*] shutting down at 02:40:27 > > > I wonder if I've done something wrong or is a program error ... Whatever > the problem I would love to explain it to me and tell me how to fix it. The > command I use is: > > *./sqlmap.py -u http://localhost/webserver/inicio.jsp?previo=2 -a > --dbms=oracle* > > > Excuse my English is very bad I hope I have understood.... > > I await your response grateful > > atte > > Nico Montezco. > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |