-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Unhandled exception (#2249d1ec) #1085
Copy link
Copy link
Closed
Description
sqlmap version: 1.0-dev-25eca9d
Python version: 2.7.2
Operating system: nt
Command line: sqlmap.py -l C:/c.txt --time-sec=20 --dbms=mysql --current-db --tables --columns
Technique: UNION
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
File "sqlmap.py", line 103, in main
start()
File "lib/controller/controller.py", line 587, in start
_saveToHashDB()
File "lib/controller/controller.py", line 193, in _saveToHashDB
injections.extend(_ for _ in kb.injections if _ and _.place is not None and _.parameter is not None)
AttributeError: 'str' object has no attribute 'extend'
Reactions are currently unavailable