mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-22 08:05:57 +01:00
revert of the last commit because of this http://osvdb.org/show/osvdb/26582
This commit is contained in:
parent
786f305e1a
commit
5dfb55effc
1 changed files with 1 additions and 1 deletions
|
|
@ -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", "PHPSESSID")
|
||||
IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENTVALIDATION")
|
||||
|
|
|
|||
Loading…
Reference in a new issue