sqlmap version: 1.0-dev-c37f485
Python version: 2.7.9
Operating system: posix
Command line: sqlmap.py -u ****************************************************** --random-agent --exclude-sysdbs --eta --threads=100 -D ********* --dump --technique=U --dump-format=SQLITE
Technique: UNION
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
File "sqlmap.py", line 110, in main
start()
File "lib/controller/controller.py", line 626, in start
action()
File "lib/controller/action.py", line 127, in action
conf.dbmsHandler.dumpTable()
File "plugins/generic/entries.py", line 351, in dumpTable
conf.dumper.dbTableValues(kb.data.dumpedTable)
File "lib/core/dump.py", line 589, in dbTableValues
if not os.path.isdir(dumpDbPath):
UnboundLocalError: local variable 'dumpDbPath' referenced before assignment