forked from p15670423/monkey
Island: Remove CC_TUNNEL from CommunicationType
This is no longer needed after #2216.
This commit is contained in:
parent
b33fd7f436
commit
e7aca8326e
|
@ -12,4 +12,3 @@ class CommunicationType(Enum):
|
||||||
SCANNED = "scanned"
|
SCANNED = "scanned"
|
||||||
EXPLOITED = "exploited"
|
EXPLOITED = "exploited"
|
||||||
CC = "cc"
|
CC = "cc"
|
||||||
CC_TUNNEL = "cc_tunnel"
|
|
||||||
|
|
Loading…
Reference in New Issue