-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
Running version: 1.3.1.69#dev
Python version: 2.7.15+
Operating system: Linux-4.18.0-kali2-amd64-x86_64-with-Kali-kali-rolling-kali-rolling
Command line: /usr/bin/sqlmap -u *************************************** --method POST --data ***************************************** --cookie=************************************************** --search -C ****
Technique: ERROR
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
File "sqlmap", line 166, in main
start()
File "/share/sqlmap/lib/core/decorators.py", line 41, in _
result = f(*args, **kwargs)
File "/share/sqlmap/lib/controller/controller.py", line 666, in start
action()
File "/share/sqlmap/lib/controller/action.py", line 127, in action
conf.dbmsHandler.search()
File "/share/sqlmap/plugins/generic/search.py", line 608, in search
self.searchColumn()
File "/share/sqlmap/plugins/generic/search.py", line 595, in searchColumn
self.dumpFoundColumn(dbs, foundCols, colConsider)
File "/share/sqlmap/plugins/generic/entries.py", line 556, in dumpFoundColumn
colList = filter(column for column in columns if column)
TypeError: filter expected 2 arguments, got 1