mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 07:34:06 +01:00
minor cosmetics
This commit is contained in:
parent
3628887110
commit
4e300baaf2
1 changed files with 4 additions and 4 deletions
|
|
@ -118,10 +118,10 @@ class PAYLOAD:
|
|||
}
|
||||
|
||||
class METHOD:
|
||||
COMPARISON = "comparison"
|
||||
GREP = "grep"
|
||||
TIME = "time"
|
||||
UNION = "union"
|
||||
COMPARISON = "comparison"
|
||||
GREP = "grep"
|
||||
TIME = "time"
|
||||
UNION = "union"
|
||||
|
||||
class TECHNIQUE:
|
||||
HEURISTIC = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue