sqlmap version: 1.1.11.19#dev
Python version: 2.7.12
Operating system: posix
Command line: sqlmap.py -u ***************************************** -D finvent_out -T ******* --columns --stop=100 --dump -thread=10
Technique: UNION
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
File "sqlmap.py", line 157, in main
start()
File "lib/controller/controller.py", line 655, in start
action()
File "lib/controller/action.py", line 121, in action
conf.dbmsHandler.dumpTable()
File "plugins/generic/entries.py", line 82, in dumpTable
tblList = conf.tbl.split(',')
AttributeError: 'bool' object has no attribute 'split'