mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
More cookies to ignore
This commit is contained in:
@@ -303,4 +303,4 @@ HASH_MOD_ITEM_DISPLAY = 1117
|
||||
MAX_INT = sys.maxint
|
||||
|
||||
# Parameters to be ignored in detection phase
|
||||
IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION")
|
||||
IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION", "ASPSESSIONID", "ASP.NET_SessionId", "JSESSIONID", "cfid", "cftoken")
|
||||
|
||||
Reference in New Issue
Block a user