victims_max_exploit changed to 30 and RDP exploiter added to fullTest.conf
This commit is contained in:
parent
282c3a7e5c
commit
f21f63fc71
|
@ -62,7 +62,7 @@
|
||||||
"exploiter_classes": [
|
"exploiter_classes": [
|
||||||
"SmbExploiter",
|
"SmbExploiter",
|
||||||
"WmiExploiter",
|
"WmiExploiter",
|
||||||
"SSHExploiter",
|
"RdpExploiter",
|
||||||
"ShellShockExploiter",
|
"ShellShockExploiter",
|
||||||
"SambaCryExploiter",
|
"SambaCryExploiter",
|
||||||
"ElasticGroovyExploiter",
|
"ElasticGroovyExploiter",
|
||||||
|
@ -75,7 +75,9 @@
|
||||||
"ms08_067": {
|
"ms08_067": {
|
||||||
"ms08_067_exploit_attempts": 5,
|
"ms08_067_exploit_attempts": 5,
|
||||||
"ms08_067_remote_user_add": "Monkey_IUSER_SUPPORT",
|
"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_grinder": {
|
||||||
"rdp_use_vbs_download": true
|
"rdp_use_vbs_download": true
|
||||||
|
@ -152,13 +154,16 @@
|
||||||
"use_file_logging": true
|
"use_file_logging": true
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"alive": true
|
"alive": true,
|
||||||
|
"post_breach_actions": [
|
||||||
|
"BackdoorUser"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"life_cycle": {
|
"life_cycle": {
|
||||||
"max_iterations": 1,
|
"max_iterations": 1,
|
||||||
"retry_failed_explotation": true,
|
"retry_failed_explotation": true,
|
||||||
"timeout_between_iterations": 100,
|
"timeout_between_iterations": 100,
|
||||||
"victims_max_exploit": 7,
|
"victims_max_exploit": 30,
|
||||||
"victims_max_find": 30
|
"victims_max_find": 30
|
||||||
},
|
},
|
||||||
"system_info": {
|
"system_info": {
|
||||||
|
|
Loading…
Reference in New Issue