mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Closing work on Issue #83
This commit is contained in:
parent
48f68bd076
commit
c5ecc8b8db
3 changed files with 39 additions and 26 deletions
|
|
@ -512,3 +512,6 @@ CHECK_ZERO_COLUMNS_THRESHOLD = 10
|
|||
|
||||
# Boldify all logger messages containing these "patterns"
|
||||
BOLD_PATTERNS = ("' injectable", "might be injectable", "' is vulnerable", "is not injectable")
|
||||
|
||||
# Generic www root directory names
|
||||
GENERIC_DOC_ROOT_DIRECTORY_NAMES = ("htdocs", "wwwroot", "www")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue