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...@isecur1ty.org> 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 <hgrou...@gmail.com> 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
>> sqlmap-users@lists.sourceforge.net 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

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to