mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor refactoring/cosmetics
This commit is contained in:
parent
23dc408901
commit
aab14fa2d3
4 changed files with 8 additions and 4 deletions
|
|
@ -71,6 +71,9 @@ UNKNOWN_DBMS_VERSION = "Unknown"
|
|||
LOWER_RATIO_BOUND = 0.02
|
||||
UPPER_RATIO_BOUND = 0.98
|
||||
|
||||
# dynamicity mark length used in dynamicity removal engine
|
||||
DYNAMICITY_MARK_LENGTH = 32
|
||||
|
||||
# System variables
|
||||
IS_WIN = subprocess.mswindows
|
||||
# The name of the operating system dependent module imported. The following
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue