victims_max_exploit changed to 30 and RDP exploiter added to fullTest.conf

This commit is contained in:
VakarisZ 2019-01-24 12:16:31 +02:00
parent 282c3a7e5c
commit f21f63fc71
1 changed files with 9 additions and 4 deletions

View File

@ -62,7 +62,7 @@
"exploiter_classes": [
"SmbExploiter",
"WmiExploiter",
"SSHExploiter",
"RdpExploiter",
"ShellShockExploiter",
"SambaCryExploiter",
"ElasticGroovyExploiter",
@ -75,7 +75,9 @@
"ms08_067": {
"ms08_067_exploit_attempts": 5,
"ms08_067_remote_user_add": "Monkey_IUSER_SUPPORT",
"ms08_067_remote_user_pass": "Password1!"
"ms08_067_remote_user_pass": "Password1!",
"remote_user_pass": "Password1!",
"user_to_add": "Monkey_IUSER_SUPPORT"
},
"rdp_grinder": {
"rdp_use_vbs_download": true
@ -152,13 +154,16 @@
"use_file_logging": true
},
"general": {
"alive": true
"alive": true,
"post_breach_actions": [
"BackdoorUser"
]
},
"life_cycle": {
"max_iterations": 1,
"retry_failed_explotation": true,
"timeout_between_iterations": 100,
"victims_max_exploit": 7,
"victims_max_exploit": 30,
"victims_max_find": 30
},
"system_info": {