[sqlmap-users] Bug report
Brought to you by:
inquisb
From: Duarte S. <dua...@se...> - 2012-02-25 13:26:11
|
Hi there, update to the last revision, got this bug while testing. sqlmap version: 1.0-dev (r4805) Python version: 2.7.2 Operating system: posix Command line: sqlmap.py -- url=******************************************************* -- proxy=********************* --random-agent --threads=3 --timeout=90 -- retries=10 --current-user --current-db --privileges Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/home/duartesilva/environment/sqlmap/_sqlmap.py", line 82, in main start() File "/home/duartesilva/environment/sqlmap/lib/controller/controller.py", line 341, in start setupTargetEnv() File "/home/duartesilva/environment/sqlmap/lib/core/target.py", line 416, in setupTargetEnv __resumeHashDBValues() File "/home/duartesilva/environment/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' Regards, Duarte Silva |