forked from p15670423/monkey
Merge pull request #817 from guardicore/linter-cleanup
Bugfix - missing import
This commit is contained in:
commit
f990e1af39
|
@ -4,8 +4,9 @@ from infection_monkey.telemetry.post_breach_telem import PostBreachTelem
|
||||||
from infection_monkey.utils.environment import is_windows_os
|
from infection_monkey.utils.environment import is_windows_os
|
||||||
from infection_monkey.utils.hidden_files import (cleanup_hidden_files,
|
from infection_monkey.utils.hidden_files import (cleanup_hidden_files,
|
||||||
get_commands_to_hide_files,
|
get_commands_to_hide_files,
|
||||||
get_commands_to_hide_folders,
|
get_commands_to_hide_folders)
|
||||||
get_winAPI_to_hide_files)
|
from infection_monkey.utils.windows.hidden_files import \
|
||||||
|
get_winAPI_to_hide_files
|
||||||
|
|
||||||
HIDDEN_FSO_CREATION_COMMANDS = [get_commands_to_hide_files,
|
HIDDEN_FSO_CREATION_COMMANDS = [get_commands_to_hide_files,
|
||||||
get_commands_to_hide_folders]
|
get_commands_to_hide_folders]
|
||||||
|
|
Loading…
Reference in New Issue