forked from p15670423/monkey
Fixed more BB island config problems
This commit is contained in:
parent
f71e6630bc
commit
444ce91f2b
|
@ -1,4 +1,4 @@
|
|||
monkey.conf{
|
||||
{
|
||||
"basic": {
|
||||
"credentials": {
|
||||
"exploit_password_list": [
|
||||
|
@ -108,8 +108,7 @@ monkey.conf{
|
|||
"PBA_windows_filename": "",
|
||||
"custom_PBA_linux_cmd": "",
|
||||
"custom_PBA_windows_cmd": "",
|
||||
"post_breach_actions": [
|
||||
]
|
||||
"post_breach_actions": []
|
||||
},
|
||||
"system_info": {
|
||||
"system_info_collector_classes": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"3Q=(Ge(+&w]*",
|
||||
"`))jU7L(w}",
|
||||
"t67TC5ZDmz",
|
||||
"12345678",
|
||||
"12345678"
|
||||
],
|
||||
"exploit_user_list": [
|
||||
"Administrator",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
},
|
||||
"exploiters": {
|
||||
"exploiter_classes": [
|
||||
"WmiExploiter",
|
||||
"WmiExploiter"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue