mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-09 10:13:44 +03:00
Minor style update
This commit is contained in:
parent
cea5127ffd
commit
a3baf94e9b
|
@ -80,15 +80,15 @@ class REFLECTIVE_COUNTER:
|
||||||
HIT = "HIT"
|
HIT = "HIT"
|
||||||
|
|
||||||
class CHARSET_TYPE:
|
class CHARSET_TYPE:
|
||||||
BINARY = 1,
|
BINARY = 1
|
||||||
DIGITS = 2,
|
DIGITS = 2
|
||||||
HEXADECIMAL = 3,
|
HEXADECIMAL = 3
|
||||||
ALPHA = 4,
|
ALPHA = 4
|
||||||
ALPHANUM = 5
|
ALPHANUM = 5
|
||||||
|
|
||||||
class HEURISTIC_TEST:
|
class HEURISTIC_TEST:
|
||||||
CASTED = 1,
|
CASTED = 1
|
||||||
NEGATIVE = 2,
|
NEGATIVE = 2
|
||||||
POSITIVE = 3
|
POSITIVE = 3
|
||||||
|
|
||||||
class HASH:
|
class HASH:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user