mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
implemented validation for time-based inference
This commit is contained in:
parent
25463bc67c
commit
b1dc928e68
2 changed files with 20 additions and 2 deletions
|
|
@ -86,6 +86,9 @@ INFERENCE_GREATER_CHAR = ">"
|
|||
# character used for operation "equals" in inference
|
||||
INFERENCE_EQUALS_CHAR = "="
|
||||
|
||||
# character used for operation "not-equals" in inference
|
||||
INFERENCE_NOT_EQUALS_CHAR = "!="
|
||||
|
||||
# string used for representation of unknown dbms version
|
||||
UNKNOWN_DBMS_VERSION = "Unknown"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue