mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
implemented feature request from Ole Rasmussen regarding table name retrieval speedup
This commit is contained in:
parent
1ab78ce60e
commit
17554759b7
3 changed files with 26 additions and 0 deletions
|
|
@ -920,6 +920,7 @@ def __setKnowledgeBaseAttributes():
|
|||
kb.injParameter = None
|
||||
kb.injPlace = None
|
||||
kb.injType = None
|
||||
kb.hintValue = None
|
||||
|
||||
# Back-end DBMS underlying operating system fingerprint via banner (-b)
|
||||
# parsing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue