[sqlmap-users] Bug?
Brought to you by:
inquisb
From: Daniele R. <dan...@ya...> - 2011-06-03 09:54:20
|
I did this thing under windows: create a /x41 (10000 bytes) file (called sqlmap.conf) I gave it to sqlmap with -c and i got this: C:\pentest-vulnass\sqlmap>python sqlmap.py -c sqlmap.conf sqlmap/0.9 - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 11:43:52 [*] shutting down at: 11:43:52 Traceback (most recent call last): File "sqlmap.py", line 126, in <module> main() File "sqlmap.py", line 111, in main errMsg = unhandledExceptionMessage() File "C:\pentest-vulnass\sqlmap\lib\core\common.py", line 2361, in unhandledEx ceptionMessage errMsg += "Back-end DBMS: %s" % ("%s (fingerprinted)" % Backend.getDbms() if Backend.getDbms() is not None else "%s (identified)" % Backend.getIdentifiedDbm s()) File "C:\pentest-vulnass\sqlmap\lib\core\common.py", line 364, in getIdentifie dDbms elif conf.dbms is not None: File "C:\pentest-vulnass\sqlmap\lib\core\datatype.py", line 40, in __getattr__ raise sqlmapDataException, "unable to access item '%s'" % item lib.core.exception.sqlmapDataException: unable to access item 'dbms' C:\pentest-vulnass\sqlmap> Maybe you can find this useful. Daniele regards |