Skip to content

Commit

Permalink
add outfiles back in for some stagers (#172)
Browse files Browse the repository at this point in the history
* add outfiles back in for some stagers

* description update
  • Loading branch information
vinnybod authored Jun 28, 2021
1 parent a790654 commit 815d647
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions empire/server/stagers/multi/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ def __init__(self, mainMenu, params=[]):
'Required' : False,
'Value' : '0'
},
'OutFile': {
'Description': 'Filename that should be used for the generated output.',
'Required': False,
'Value': ''
},
'Base64' : {
'Description' : 'Switch. Base64 encode the output.',
'Required' : True,
Expand Down
5 changes: 5 additions & 0 deletions empire/server/stagers/multi/macro.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ def __init__(self, mainMenu, params=[]):
'Required' : False,
'Value' : '0'
},
'OutFile': {
'Description': 'Filename that should be used for the generated output.',
'Required': False,
'Value': ''
},
'SafeChecks' : {
'Description' : 'Switch. Checks for LittleSnitch or a SandBox, exit the staging process if true. Defaults to True.',
'Required' : True,
Expand Down
5 changes: 5 additions & 0 deletions empire/server/stagers/osx/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ def __init__(self, mainMenu, params=[]):
'Required' : True,
'Value' : 'python'
},
'OutFile': {
'Description': 'Filename that should be used for the generated output.',
'Required': False,
'Value': ''
},
'SafeChecks' : {
'Description' : 'Switch. Checks for LittleSnitch or a SandBox, exit the staging process if true. Defaults to True.',
'Required' : True,
Expand Down

0 comments on commit 815d647

Please sign in to comment.