Hi Guys,
I get the following error when trying -os-cmd & -os-shell options: My OS is 'Fedora 8'.
$sqlmap.py -u "http://XXXXXXXXXX/XXXXXXXXXX?record=42" --eta -v1 --os-shell
[08:07:42] [ERROR] unhandled exception in sqlmap/0.7rc1, please copy the command line and the following text and send by e-mail to sqlmap-users@lists.sourceforge.net. The developer will fix it as soon as possible:
sqlmap version: 0.7rc1
Python version: 2.5.1
Operating system: linux2
Traceback (most recent call last):
File "./sqlmap.py", line 81, in main
start()
File "/opt/pentest/web/sqlmap/lib/controller/controller.py", line 265, in start
action()
File "/opt/pentest/web/sqlmap/lib/controller/action.py", line 140, in action
conf.dbmsHandler.osShell()
File "/opt/pentest/web/sqlmap/plugins/dbms/oracle.py", line 259, in osShell
raise sqlmapUnsupportedFeatureException, errMsg
NameError: global name 'sqlmapUnsupportedFeatureException' is not defined