mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
modifying redirection code for only two choices
This commit is contained in:
@@ -152,9 +152,8 @@ class HASHDB_KEYS:
|
||||
KB_DYNAMIC_MARKINGS = "KB_DYNAMIC_MARKINGS"
|
||||
|
||||
class REDIRECTION:
|
||||
FOLLOW = "1"
|
||||
ORIGINAL = "2"
|
||||
IGNORE = "3"
|
||||
YES = "Y"
|
||||
NO = "N"
|
||||
|
||||
class PAYLOAD:
|
||||
SQLINJECTION = {
|
||||
|
||||
Reference in New Issue
Block a user