forked from p34709852/monkey
Remove unused `OTHER` in `common/utils/exploit_enum.py`
This commit is contained in:
parent
aed9c4ae56
commit
81f785ea74
|
@ -3,5 +3,4 @@ from enum import Enum
|
|||
|
||||
class ExploitType(Enum):
|
||||
VULNERABILITY = 1
|
||||
OTHER = 8
|
||||
BRUTE_FORCE = 9
|
||||
|
|
Loading…
Reference in New Issue