mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor optimization
This commit is contained in:
parent
8585107e3d
commit
094129a656
2 changed files with 8 additions and 2 deletions
|
|
@ -115,6 +115,9 @@ UNKNOWN_DBMS_VERSION = "Unknown"
|
|||
# dynamicity mark length used in dynamicity removal engine
|
||||
DYNAMICITY_MARK_LENGTH = 32
|
||||
|
||||
# length of FIFO buffer for removing possible duplicates in union/inband data retrieval
|
||||
UNION_UNIQUE_FIFO_LENGTH = 10
|
||||
|
||||
# dummy user prefix used in dictionary attack
|
||||
DUMMY_USER_PREFIX = "__dummy__"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue