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
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to