mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-28 04:33:16 +00:00
added IGNORE_PARAMETERS to skip testing of state/session web server parameters
This commit is contained in:
parent
58a93c5b1f
commit
21114d1748
2 changed files with 10 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue