mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-12-01 22:13:53 +03:00
minor cosmetics
This commit is contained in:
parent
3628887110
commit
4e300baaf2
|
@ -118,10 +118,10 @@ class PAYLOAD:
|
||||||
}
|
}
|
||||||
|
|
||||||
class METHOD:
|
class METHOD:
|
||||||
COMPARISON = "comparison"
|
COMPARISON = "comparison"
|
||||||
GREP = "grep"
|
GREP = "grep"
|
||||||
TIME = "time"
|
TIME = "time"
|
||||||
UNION = "union"
|
UNION = "union"
|
||||||
|
|
||||||
class TECHNIQUE:
|
class TECHNIQUE:
|
||||||
HEURISTIC = 0
|
HEURISTIC = 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user