mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
code beautification
This commit is contained in:
@@ -94,3 +94,11 @@ class PAYLOAD:
|
||||
COMPARISON = "comparison"
|
||||
GREP = "grep"
|
||||
TIME = "time"
|
||||
|
||||
class TECHNIQUE:
|
||||
HEURISTIC = 0
|
||||
BOOLEAN = 1
|
||||
ERROR = 2
|
||||
UNION = 3
|
||||
STACKED = 4
|
||||
TIME = 5
|
||||
|
||||
Reference in New Issue
Block a user