mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor usability enhancement regarding warning for --text-only switch
This commit is contained in:
parent
ff030e4d24
commit
4f46a5ab63
4 changed files with 24 additions and 7 deletions
|
|
@ -1341,6 +1341,7 @@ def __setKnowledgeBaseAttributes(flushAll=True):
|
|||
kb.dep = None
|
||||
kb.docRoot = None
|
||||
kb.dynamicMarkings = []
|
||||
kb.dynamicParameters = False
|
||||
kb.endDetection = False
|
||||
kb.httpErrorCodes = {}
|
||||
kb.errorIsNone = True
|
||||
|
|
|
|||
|
|
@ -339,3 +339,6 @@ LOCALHOST = "127.0.0.1"
|
|||
|
||||
# Default ports used in Tor proxy bundles
|
||||
DEFAULT_TOR_PORTS = (8118, 8123)
|
||||
|
||||
# Percentage below which comparison engine could have problems
|
||||
LOW_TEXT_PERCENT = 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue