mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Ugly code to set the cookies when got them from a 302 redirect too
This commit is contained in:
parent
9d55c4da87
commit
5d37df6104
4 changed files with 13 additions and 0 deletions
|
|
@ -1184,6 +1184,7 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.unionFalseCond = False
|
||||
kb.userAgents = None
|
||||
kb.valueStack = []
|
||||
kb.redirectSetCookie = None
|
||||
|
||||
def __saveCmdline():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue