Update vsftpd.py

This commit is contained in:
Shay Nehmad 2020-07-21 18:08:22 +03:00
parent 1072607c42
commit c66fd0f2a6
1 changed files with 5 additions and 2 deletions

View File

@ -14,8 +14,11 @@ from infection_monkey.exploit.tools.helpers import (build_monkey_commandline,
get_monkey_depth, get_monkey_depth,
get_target_monkey) get_target_monkey)
from infection_monkey.exploit.tools.http_tools import HTTPTools from infection_monkey.exploit.tools.http_tools import HTTPTools
from infection_monkey.model import ( from infection_monkey.model import (CHMOD_MONKEY,
CHMOD_MONKEY, DOWNLOAD_TIMEOUT, MONKEY_ARG, RUN_MONKEY, WGET_HTTP_UPLOAD) DOWNLOAD_TIMEOUT,
MONKEY_ARG,
RUN_MONKEY,
WGET_HTTP_UPLOAD)
from infection_monkey.telemetry.attack.t1222_telem import T1222Telem from infection_monkey.telemetry.attack.t1222_telem import T1222Telem
LOG = getLogger(__name__) LOG = getLogger(__name__)