mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-31 15:40:46 +00:00
foundation for filtering binary string values (for example, replacement of non readable chars with #)
This commit is contained in:
parent
aa81ed4033
commit
c83e9f6ca5
2 changed files with 4 additions and 1 deletions
|
|
@ -52,6 +52,7 @@ DUMP_STOP_MARKER = "__STOP__"
|
|||
|
||||
PAYLOAD_DELIMITER = "\x00"
|
||||
CHAR_INFERENCE_MARK = "%c"
|
||||
READABLE_CHAR_REGEX = r'[\ -~]'
|
||||
|
||||
# coefficient used for a time-based query delay checking (must be >= 7)
|
||||
TIME_STDEV_COEFF = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue