mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
added maskSensitiveData function
This commit is contained in:
parent
5f0114a2a8
commit
6c87bd1c63
2 changed files with 22 additions and 2 deletions
|
|
@ -227,5 +227,8 @@ URI_HTTP_HEADER = "URI"
|
|||
# Uri format which could be injectable (e.g. www.site.com/id82)
|
||||
URI_INJECTABLE_REGEX = r".*/([^\.*?]+)\Z"
|
||||
|
||||
# Regex used for masking sensitive data
|
||||
SENSITIVE_DATA_REGEX = "\s(?P<result>[^\s]*%s[^\s]*)\s"
|
||||
|
||||
# Maximum number of threads (avoiding connection issues and/or DoS)
|
||||
MAX_NUMBER_OF_THREADS = 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue