mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
added the same for proxy authorization header
This commit is contained in:
parent
aaebb4336e
commit
149837ebf5
3 changed files with 8 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ def initTargetEnv():
|
|||
kb.injType = None
|
||||
kb.nullConnection = None
|
||||
kb.parenthesis = None
|
||||
kb.proxyAuthHeader = None
|
||||
kb.unionComment = ""
|
||||
kb.unionCount = None
|
||||
kb.unionPosition = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue