Change order of config file to be easier to modify.

Added internet servers to config file
This commit is contained in:
acepace 2016-07-10 11:41:13 +03:00
parent eaaa5f314b
commit 3767e05434
1 changed files with 27 additions and 23 deletions

View File

@ -1,11 +1,34 @@
{
"alive": true,
"collect_system_info": true,
"command_servers": [
"russian-mail-brides.com:5000",
"127.0.0.1:5000"
"41.50.73.31:5000"
],
"current_server": "127.0.0.1:5000",
"internet_services": = [
"www.guardicore.com",
"www.google.com"
],
"range_class": "RelativeRange",
"range_fixed": [
""
],
"current_server": "41.50.73.31:5000",
"psexec_passwords": [
"Password1!",
"1234",
"password",
"12345678"
],
"ssh_passwords": [
"Password1!",
"Password",
"1234",
"12345",
"123",
"password",
"12345678"
],
"alive": true,
"collect_system_info": true,
"dropper_date_reference_path": "/bin/sh",
"dropper_log_path_windows": "%temp%\\~df1562.tmp",
"dropper_log_path_linux": "/tmp/user-1562",
@ -32,17 +55,7 @@
"ms08_067_remote_user_add": "Monkey_IUSER_SUPPORT",
"ms08_067_remote_user_pass": "Password1!",
"ping_scan_timeout": 10000,
"psexec_passwords": [
"Password1!",
"1234",
"password",
"12345678"
],
"psexec_user": "Administrator",
"range_class": "RelativeRange",
"range_fixed": [
""
],
"range_size": 30,
"rdp_use_vbs_download": true,
"retry_failed_explotation": true,
@ -51,15 +64,6 @@
"serialize_config": true,
"singleton_mutex_name": "{2384ec59-0df8-4ab9-918c-843740924a28}",
"skip_exploit_if_file_exist": true,
"ssh_passwords": [
"Password1!",
"Password",
"1234",
"12345",
"123",
"password",
"12345678"
],
"ssh_user": "root",
"tcp_scan_get_banner": true,
"tcp_scan_interval": 200,