Re: [sqlmap-users] bug
Brought to you by:
inquisb
From: Ahmed S. <ah...@is...> - 2012-02-25 21:13:00
|
till the development team handle this issue edit line 216 in /home/user/Desktop/sqlmap/lib/controller/controller.py from kb.xpCmdshellAvailable =hashDBRetrieve(HASHDB_KEYS.XP_CMDSHELL_AVAILABLE) or kb.xpCmdshellAvailable to try: kb.xpCmdshellAvailable =hashDBRetrieve(HASHDB_KEYS.XP_CMDSHELL_AVAILABLE) or kb.xpCmdshellAvailable except AttributeError: pass On 2/25/12, Ahmed Shawky <ah...@is...> wrote: > till the development team handle this issue > edit line 216 in /home/user/Desktop/sqlmap/lib/controller/controller.py > from > kb.xpCmdshellAvailable = > hashDBRetrieve(HASHDB_KEYS.XP_CMDSHELL_AVAILABLE) or > kb.xpCmdshellAvailable > > to > try: > kb.xpCmdshellAvailable = > hashDBRetrieve(HASHDB_KEYS.XP_CMDSHELL_AVAILABLE) or > kb.xpCmdshellAvailable > except AttributeError: > pass > > > On 2/25/12, HGroup VN <hgr...@gm...> wrote: >> [01:20:50] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4805), >> 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 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 (r4805) >> Python version: 2.7.2+ >> Operating system: posix >> >> Technique: None >> Back-end DBMS: MySQL (fingerprinted) >> Traceback (most recent call last): >> File "/home/user/Desktop/sqlmap/_sqlmap.py", line 82, in main >> start() >> File "/home/user/Desktop/sqlmap/lib/controller/controller.py", line >> 341, >> in start >> setupTargetEnv() >> File "/home/user/Desktop/sqlmap/lib/core/target.py", line 416, in >> setupTargetEnv >> __resumeHashDBValues() >> File "/home/user/Desktop/sqlmap/lib/core/target.py", line 216, in >> __resumeHashDBValues >> kb.xpCmdshellAvailable = >> hashDBRetrieve(HASHDB_KEYS.XP_CMDSHELL_AVAILABLE) or >> kb.xpCmdshellAvailable >> AttributeError: class HASHDB_KEYS has no attribute >> 'XP_CMDSHELL_AVAILABLE' >> >> [*] shutting down at 01:20:50 >> > > > -- > > > - Ahmed Shawky El-Antry > - lnxg33k owner "http://lnxg33k.wordpress.com" > - Isecur1ty team member"http://www.isecur1ty.org" > - Twitter @lnxg33k > -- - Ahmed Shawky El-Antry - lnxg33k owner "http://lnxg33k.wordpress.com" - Isecur1ty team member"http://www.isecur1ty.org" - Twitter @lnxg33k |