mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Patch for websocket (with multiple recv requirement)
This commit is contained in:
parent
1bfb9efb91
commit
c028fb9003
3 changed files with 23 additions and 3 deletions
|
|
@ -2006,6 +2006,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.uChar = NULL
|
||||
kb.udfFail = False
|
||||
kb.unionDuplicates = False
|
||||
kb.webSocketRecvCount = None
|
||||
kb.wizardMode = False
|
||||
kb.xpCmdshellAvailable = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue