mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Bug fix (disable HTML decoding in XSS checks)
This commit is contained in:
parent
f550a2281f
commit
0977f6df61
4 changed files with 35 additions and 29 deletions
|
|
@ -1872,6 +1872,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
|
||||
kb.delayCandidates = TIME_DELAY_CANDIDATES * [0]
|
||||
kb.dep = None
|
||||
kb.disableHtmlDecoding = False
|
||||
kb.dnsMode = False
|
||||
kb.dnsTest = None
|
||||
kb.docRoot = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue