Fixed more BB island config problems

This commit is contained in:
VakarisZ 2020-07-30 17:19:47 +03:00
parent f71e6630bc
commit 444ce91f2b
3 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
monkey.conf{ {
"basic": { "basic": {
"credentials": { "credentials": {
"exploit_password_list": [ "exploit_password_list": [
@ -108,8 +108,7 @@ monkey.conf{
"PBA_windows_filename": "", "PBA_windows_filename": "",
"custom_PBA_linux_cmd": "", "custom_PBA_linux_cmd": "",
"custom_PBA_windows_cmd": "", "custom_PBA_windows_cmd": "",
"post_breach_actions": [ "post_breach_actions": []
]
}, },
"system_info": { "system_info": {
"system_info_collector_classes": [ "system_info_collector_classes": [

View File

@ -6,7 +6,7 @@
"3Q=(Ge(+&w]*", "3Q=(Ge(+&w]*",
"`))jU7L(w}", "`))jU7L(w}",
"t67TC5ZDmz", "t67TC5ZDmz",
"12345678", "12345678"
], ],
"exploit_user_list": [ "exploit_user_list": [
"Administrator", "Administrator",

View File

@ -12,7 +12,7 @@
}, },
"exploiters": { "exploiters": {
"exploiter_classes": [ "exploiter_classes": [
"WmiExploiter", "WmiExploiter"
] ]
} }
}, },