mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
Adding support for boldifying important logging messages
This commit is contained in:
@@ -509,3 +509,6 @@ VALID_TIME_CHARS_RUN_THRESHOLD = 100
|
||||
|
||||
# Check for empty columns only if table is sufficiently large
|
||||
CHECK_ZERO_COLUMNS_THRESHOLD = 10
|
||||
|
||||
# Boldify all logger messages containing these "patterns"
|
||||
BOLD_PATTERNS = ("' injectable", "might be injectable", "' is vulnerable", "is not injectable")
|
||||
|
||||
Reference in New Issue
Block a user