Swimm: update exercise Add a simple Post Breach action (id: tbxb2cGgUiJQ8Btma0fp).
This commit is contained in:
parent
fc82b2a9dc
commit
c77965585c
|
@ -44,10 +44,10 @@
|
||||||
"*",
|
"*",
|
||||||
"*class BackdoorUser(PBA):",
|
"*class BackdoorUser(PBA):",
|
||||||
"* def __init__(self):",
|
"* def __init__(self):",
|
||||||
"* remote_user_pwd = get_random_password()",
|
"* random_password = get_random_password()",
|
||||||
"*",
|
"*",
|
||||||
"* linux_cmds, windows_cmds = get_commands_to_add_user(",
|
"* linux_cmds, windows_cmds = get_commands_to_add_user(",
|
||||||
"* WormConfiguration.user_to_add, remote_user_pwd",
|
"* WormConfiguration.user_to_add, random_password",
|
||||||
"* )",
|
"* )",
|
||||||
"*",
|
"*",
|
||||||
"* super(BackdoorUser, self).__init__(",
|
"* super(BackdoorUser, self).__init__(",
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
"app_version": "0.4.4-0",
|
"app_version": "0.4.4-0",
|
||||||
"file_blobs": {
|
"file_blobs": {
|
||||||
"monkey/common/common_consts/post_breach_consts.py": "25e6679cb1623aae1a732deb05cc011a452743e3",
|
"monkey/common/common_consts/post_breach_consts.py": "25e6679cb1623aae1a732deb05cc011a452743e3",
|
||||||
"monkey/infection_monkey/post_breach/actions/add_user.py": "7e92eaf84bb507b51c17fe4f448e47a5ea1dd9e2",
|
"monkey/infection_monkey/post_breach/actions/add_user.py": "26b048a492fcb6d319fc0c01d2f4a0bd302ecbc8",
|
||||||
"monkey/monkey_island/cc/services/attack/technique_reports/T1136.py": "dfc5945a362b88c1135f4476526c6c82977b02ee",
|
"monkey/monkey_island/cc/services/attack/technique_reports/T1136.py": "dfc5945a362b88c1135f4476526c6c82977b02ee",
|
||||||
"monkey/monkey_island/cc/services/config_schema/definitions/post_breach_actions.py": "086dc85693ae02ddfa106099245c0f155139805c"
|
"monkey/monkey_island/cc/services/config_schema/definitions/post_breach_actions.py": "086dc85693ae02ddfa106099245c0f155139805c"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue