monkey/chaos_monkey/example.conf

93 lines
2.8 KiB
Plaintext
Raw Normal View History

2015-12-07 16:15:56 +08:00
{
"command_servers": [
"41.50.73.31:5000"
],
2016-08-01 01:40:45 +08:00
"internet_services": [
"monkey.guardicore.com",
"www.google.com"
],
"range_class": "RelativeRange",
"range_fixed": [
""
],
"blocked_ips": [""],
"current_server": "41.50.73.31:5000",
"alive": true,
"collect_system_info": true,
2016-08-01 01:40:45 +08:00
"depth": 2,
2015-12-07 16:15:56 +08:00
"dropper_date_reference_path": "/bin/sh",
"dropper_log_path_windows": "%temp%\\~df1562.tmp",
"dropper_log_path_linux": "/tmp/user-1562",
2015-12-07 16:15:56 +08:00
"dropper_set_date": true,
"dropper_target_path": "C:\\Windows\\monkey.exe",
"dropper_target_path_linux": "/tmp/monkey",
"kill_file_path_linux": "/var/run/monkey.not",
"kill_file_path_windows": "%windir%\\monkey.not",
2015-12-07 16:15:56 +08:00
"dropper_try_move_first": false,
"exploiter_classes": [
"SSHExploiter",
"SmbExploiter",
"WmiExploiter",
"RdpExploiter",
2016-08-29 20:17:38 +08:00
"Ms08_067_Exploiter",
"ShellShockExploiter"
2015-12-07 16:15:56 +08:00
],
"finger_classes": [
"SSHFinger",
"PingScanner",
2016-09-01 18:58:44 +08:00
"HTTPFinger",
2015-12-07 16:15:56 +08:00
"SMBFinger"
],
"max_iterations": 3,
"monkey_log_path_windows": "%temp%\\~df1563.tmp",
"monkey_log_path_linux": "/tmp/user-1563",
2015-12-07 16:15:56 +08:00
"ms08_067_exploit_attempts": 5,
"ms08_067_remote_user_add": "Monkey_IUSER_SUPPORT",
2015-12-07 16:15:56 +08:00
"ms08_067_remote_user_pass": "Password1!",
"ping_scan_timeout": 10000,
"range_size": 30,
"rdp_use_vbs_download": true,
"smb_download_timeout": 300,
"smb_service_name": "InfectionMonkey",
2015-12-07 16:15:56 +08:00
"retry_failed_explotation": true,
"scanner_class": "TcpScanner",
2016-08-01 01:40:45 +08:00
"self_delete_in_cleanup": true,
2016-07-23 13:59:26 +08:00
"serialize_config": false,
2015-12-07 16:15:56 +08:00
"singleton_mutex_name": "{2384ec59-0df8-4ab9-918c-843740924a28}",
"skip_exploit_if_file_exist": true,
"exploit_user_list": [],
2017-09-05 22:51:26 +08:00
"exploit_password_list": [],
"sambacry_trigger_timeout": 5,
"sambacry_folder_paths_to_guess": ["", "/mnt", "/tmp", "/storage", "/export", "/share", "/shares", "/home"],
"sambacry_shares_not_to_check": ["IPC$", "print$"],
"sambacry_commandline_filename": "monkey_commandline.txt",
"sambacry_runner_result_filename": "monkey_runner_result",
"sambacry_runner_filename_32": "sc_monkey_runner32.so",
"sambacry_runner_filename_64": "sc_monkey_runner64.so",
"sambacry_monkey_filename_32": "monkey32",
"sambacry_monkey_filename_64": "monkey64",
"sambacry_monkey_copy_filename_32": "monkey32_2",
"sambacry_monkey_copy_filename_64": "monkey64_2",
"local_network_scan": false,
2015-12-07 16:15:56 +08:00
"tcp_scan_get_banner": true,
"tcp_scan_interval": 200,
"tcp_scan_timeout": 10000,
"tcp_target_ports": [
22,
445,
135,
3389,
80,
8080,
443,
8008
2015-12-07 16:15:56 +08:00
],
"timeout_between_iterations": 10,
"use_file_logging": true,
"victims_max_exploit": 7,
"victims_max_find": 14
2016-09-01 18:58:44 +08:00
}