mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
OR based inference works for the first time in history and fingerprint of 4 major DBMSes is now injection based (instead of AND)
This commit is contained in:
parent
e4b51dd549
commit
d77ddbee47
8 changed files with 36 additions and 40 deletions
|
|
@ -1159,6 +1159,7 @@ def __setKnowledgeBaseAttributes():
|
|||
|
||||
kb.nullConnection = None
|
||||
kb.pageTemplate = None
|
||||
kb.originalPage = None
|
||||
|
||||
# Back-end DBMS underlying operating system fingerprint via banner (-b)
|
||||
# parsing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue