mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
minor refactoring
This commit is contained in:
parent
23c95107ed
commit
99aa38b58f
2 changed files with 7 additions and 3 deletions
|
|
@ -220,3 +220,6 @@ URI_HTTP_HEADER = "URI"
|
|||
|
||||
# Uri format which could be injectable (e.g. www.site.com/id82)
|
||||
URI_INJECTABLE_REGEX = r".*/([^\.*?]+)\Z"
|
||||
|
||||
# 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