mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
code beautification
This commit is contained in:
parent
64cc2588f1
commit
6223f25dd9
3 changed files with 16 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue