forked from p15670423/monkey
Added monkey directories to example.conf
This commit is contained in:
parent
9c0f4efce5
commit
86a0053c9a
|
@ -28,6 +28,9 @@
|
||||||
"dropper_target_path_win_64": "C:\\Windows\\monkey64.exe",
|
"dropper_target_path_win_64": "C:\\Windows\\monkey64.exe",
|
||||||
"dropper_target_path_linux": "/tmp/monkey",
|
"dropper_target_path_linux": "/tmp/monkey",
|
||||||
|
|
||||||
|
monkey_dir_linux = '/tmp/monkey_dir',
|
||||||
|
monkey_dir_windows = r'C:\Windows\Temp\monkey_dir',
|
||||||
|
|
||||||
|
|
||||||
"kill_file_path_linux": "/var/run/monkey.not",
|
"kill_file_path_linux": "/var/run/monkey.not",
|
||||||
"kill_file_path_windows": "%windir%\\monkey.not",
|
"kill_file_path_windows": "%windir%\\monkey.not",
|
||||||
|
|
Loading…
Reference in New Issue