forked from p15670423/monkey
updated missing fields
This commit is contained in:
parent
9da2db2c1a
commit
2afcae489e
|
@ -1,9 +1,8 @@
|
||||||
{
|
{
|
||||||
"command_servers": [
|
"command_servers": [
|
||||||
"russian-mail-brides.com:5000",
|
"russian-mail-brides.com:5000"
|
||||||
"41.50.73.31:5000"
|
|
||||||
],
|
],
|
||||||
"internet_services": = [
|
"internet_services": [
|
||||||
"monkey.guardicore.com",
|
"monkey.guardicore.com",
|
||||||
"www.google.com"
|
"www.google.com"
|
||||||
],
|
],
|
||||||
|
@ -29,6 +28,8 @@
|
||||||
],
|
],
|
||||||
"alive": true,
|
"alive": true,
|
||||||
"collect_system_info": true,
|
"collect_system_info": true,
|
||||||
|
"depth": 2,
|
||||||
|
|
||||||
"dropper_date_reference_path": "/bin/sh",
|
"dropper_date_reference_path": "/bin/sh",
|
||||||
"dropper_log_path_windows": "%temp%\\~df1562.tmp",
|
"dropper_log_path_windows": "%temp%\\~df1562.tmp",
|
||||||
"dropper_log_path_linux": "/tmp/user-1562",
|
"dropper_log_path_linux": "/tmp/user-1562",
|
||||||
|
@ -36,8 +37,8 @@
|
||||||
"dropper_target_path": "C:\\Windows\\monkey.exe",
|
"dropper_target_path": "C:\\Windows\\monkey.exe",
|
||||||
"dropper_target_path_linux": "/bin/monkey",
|
"dropper_target_path_linux": "/bin/monkey",
|
||||||
|
|
||||||
"kill_path_linux": "/tmp/user-4150",
|
"kill_file_path_linux": "/tmp/user-4150",
|
||||||
"kill_path_windows": "%temp%\\~df4150.tmp",
|
"kill_file_path_windows": "%temp%\\~df4150.tmp",
|
||||||
"dropper_try_move_first": false,
|
"dropper_try_move_first": false,
|
||||||
"exploiter_classes": [
|
"exploiter_classes": [
|
||||||
"SSHExploiter",
|
"SSHExploiter",
|
||||||
|
@ -63,7 +64,7 @@
|
||||||
"rdp_use_vbs_download": true,
|
"rdp_use_vbs_download": true,
|
||||||
"retry_failed_explotation": true,
|
"retry_failed_explotation": true,
|
||||||
"scanner_class": "TcpScanner",
|
"scanner_class": "TcpScanner",
|
||||||
"self_delete_in_cleanup": false,
|
"self_delete_in_cleanup": true,
|
||||||
"serialize_config": false,
|
"serialize_config": false,
|
||||||
"singleton_mutex_name": "{2384ec59-0df8-4ab9-918c-843740924a28}",
|
"singleton_mutex_name": "{2384ec59-0df8-4ab9-918c-843740924a28}",
|
||||||
"skip_exploit_if_file_exist": true,
|
"skip_exploit_if_file_exist": true,
|
||||||
|
|
Loading…
Reference in New Issue