mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Patch for URL encoding cookie values (asking the user to choose)
This commit is contained in:
parent
229d3a7dd0
commit
2fa4b22645
3 changed files with 15 additions and 3 deletions
|
|
@ -1823,6 +1823,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
|
||||
kb.columnExistsChoice = None
|
||||
kb.commonOutputs = None
|
||||
kb.cookieEncodeChoice = None
|
||||
kb.counters = {}
|
||||
kb.data = AttribDict()
|
||||
kb.dataOutputFlag = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue