forked from p15670423/monkey
Island: Remove leftover started on island logic after rebase
This commit is contained in:
parent
a91d6e1f05
commit
949b0b78b9
|
@ -8,11 +8,7 @@ from werkzeug.exceptions import NotFound
|
|||
|
||||
from common.common_consts.api_url_consts import T1216_PBA_FILE_DOWNLOAD_PATH
|
||||
from monkey_island.cc.database import database, mongo
|
||||
from monkey_island.cc.resources.agent_controls import (
|
||||
StartedOnIsland,
|
||||
StopAgentCheck,
|
||||
StopAllAgents,
|
||||
)
|
||||
from monkey_island.cc.resources.agent_controls import StopAgentCheck, StopAllAgents
|
||||
from monkey_island.cc.resources.attack.attack_report import AttackReport
|
||||
from monkey_island.cc.resources.auth.auth import Authenticate, init_jwt
|
||||
from monkey_island.cc.resources.auth.registration import Registration
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
from .stop_all_agents import StopAllAgents
|
||||
from .started_on_island import StartedOnIsland
|
||||
from .stop_agent_check import StopAgentCheck
|
||||
|
|
Loading…
Reference in New Issue