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 
'sqlmap-users@lists.sourceforge.net' 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
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to