Changed Monkey SSH file path to /tmp to not require root.

Tiny PEP8 changes
This commit is contained in:
acepace 2016-08-20 15:28:14 +03:00
parent 72fc0c3bba
commit 0eb655c44b
2 changed files with 4 additions and 4 deletions

View File

@ -105,7 +105,7 @@ class Configuration(object):
dropper_set_date = True
dropper_date_reference_path = r"\windows\system32\kernel32.dll" if sys.platform == "win32" else '/bin/sh'
dropper_target_path = r"C:\Windows\monkey.exe"
dropper_target_path_linux = '/bin/monkey'
dropper_target_path_linux = '/tmp/monkey'
###########################
# Kill file

View File

@ -35,7 +35,7 @@
"dropper_log_path_linux": "/tmp/user-1562",
"dropper_set_date": true,
"dropper_target_path": "C:\\Windows\\monkey.exe",
"dropper_target_path_linux": "/bin/monkey",
"dropper_target_path_linux": "/tmp/monkey",
"kill_file_path_linux": "/var/run/monkey.not",