mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Important update to parse correctly the <where> tag during exploitation phase.
Minor code cleanup.
This commit is contained in:
parent
7d6f51f758
commit
22de82634a
3 changed files with 58 additions and 39 deletions
|
|
@ -1175,6 +1175,7 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.tamperFunctions = []
|
||||
kb.targetUrls = set()
|
||||
kb.testedParams = set()
|
||||
kb.technique = None
|
||||
kb.unionComment = ""
|
||||
kb.unionCount = None
|
||||
kb.unionPosition = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue