Added custom post breach values to example.conf

This commit is contained in:
VakarisZ 2019-03-26 20:09:09 +02:00
parent 1c3e69cbb9
commit 266933abb4
2 changed files with 5 additions and 0 deletions

View File

@ -98,4 +98,8 @@
"victims_max_exploit": 7,
"victims_max_find": 30,
"post_breach_actions" : []
custom_PBA_linux_cmd = ""
custom_PBA_windows_cmd = ""
PBA_linux_filename = None
PBA_windows_filename = None
}

View File

@ -12,6 +12,7 @@ __author__ = 'VakarisZ'
DIR_CHANGE_WINDOWS = 'cd %s & '
DIR_CHANGE_LINUX = 'cd %s ; '
class PostBreach(object):
"""
This class handles post breach actions execution