mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
added IGNORE_PARAMETERS to skip testing of state/session web server parameters
This commit is contained in:
@@ -301,3 +301,6 @@ HASH_MOD_ITEM_DISPLAY = 1117
|
||||
|
||||
# Maximum integer value
|
||||
MAX_INT = sys.maxint
|
||||
|
||||
# Parameters to be ignored in detection phase
|
||||
IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION")
|
||||
|
||||
Reference in New Issue
Block a user