mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Introduction of --base64-safe
This commit is contained in:
parent
f1fd080ba5
commit
5a9dc15cf2
8 changed files with 31 additions and 6 deletions
|
|
@ -1856,6 +1856,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.arch = None
|
||||
kb.authHeader = None
|
||||
kb.bannerFp = AttribDict()
|
||||
kb.base64Originals = {}
|
||||
kb.binaryField = False
|
||||
kb.browserVerification = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue