-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
Running version: 1.3.10.26#dev
Python version: 3.8.0
Operating system: Windows-7-6.1.7601-SP1
Command line: sqlmap.py -r ********************** --level=3 --risk=3 --dbms=Mysql --technique=E -D ************ -T ******* -C **************************** --dump --threads=5 --hex --dump-format=HTML
Technique: ERROR
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
File "sqlmap.py", line 180, in main
start()
File "lib/core/decorators.py", line 75, in _
result = f(*args, **kwargs)
File "lib/controller/controller.py", line 693, in start
action()
File "lib/controller/action.py", line 161, in action
conf.dbmsHandler.dumpTable()
File "plugins/generic/entries.py", line 456, in dumpTable
conf.dumper.dbTableValues(kb.data.dumpedTable)
File "lib/core/dump.py", line 561, in dbTableValues
dataToDumpFile(dumpFP, "<th>%s</th>" % getUnicode(cgi.escape(column).encode("ascii", "xmlcharrefreplace")))
AttributeError: module 'cgi' has no attribute 'escape'
Reactions are currently unavailable