mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
minor fix
This commit is contained in:
parent
5cf38cd0d7
commit
30bfefd638
1 changed files with 2 additions and 2 deletions
|
|
@ -302,5 +302,5 @@ 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", "ASPSESSIONID", "ASP.NET_SessionId", "JSESSIONID", "cfid", "cftoken")
|
||||
# Parameters to be ignored in detection phase (upper case)
|
||||
IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION", "ASPSESSIONID", "ASP.NET_SESSIONID", "JSESSIONID", "CFID", "CFTOKEN")
|
||||
|
|
|
|||
Loading…
Reference in a new issue