Implementation for an Issue #678

This commit is contained in:
Miroslav Stampar
2014-04-25 09:17:10 +02:00
parent efa3c3e451
commit ae8b1fe89c
3 changed files with 45 additions and 3 deletions

View File

@@ -346,6 +346,9 @@ ASP_NET_CONTROL_REGEX = r"(?i)\Actl\d+\$"
# Prefix for Google analytics cookie names
GOOGLE_ANALYTICS_COOKIE_PREFIX = "__UTM"
# Prefix for configuration overriding environment variables
SQLMAP_ENVIRONMENT_PREFIX = "SQLMAP_"
# Turn off resume console info to avoid potential slowdowns
TURN_OFF_RESUME_INFO_LIMIT = 20