[sqlmap-users] Error report
Brought to you by:
inquisb
From: Võ H. B. N. <tao...@gm...> - 2012-10-27 07:09:35
|
I have problem with sql-map when i try to use my wordlist to crack password and this is the report: sqlmap version: 1.0-dev (r4766) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u ************************************************* -D **** -T ********* --dump Technique: ERROR Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py", line 83, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 565, in start action() File "/pentest/database/sqlmap/lib/controller/action.py", line 109, in action conf.dbmsHandler.dumpTable() File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 1761, in dumpTable attackDumpedTable() File "/pentest/database/sqlmap/lib/utils/hash.py", line 375, in attackDumpedTable results = dictionaryAttack(attack_dict) File "/pentest/database/sqlmap/lib/utils/hash.py", line 638, in dictionaryAttack dictPaths = getFileItems(listPath) File "/pentest/database/sqlmap/lib/core/common.py", line 1753, in getFileItems with codecs.open(filename, 'r', UNICODE_ENCODING) if unicode_ else open(filename, 'r') as f: File "/usr/lib/python2.6/codecs.py", line 870, in open file = __builtin__.open(filename, mode, buffering) IOError: [Errno 21] Is a directory: '/wordlist' Please help me to resolve the problem |