Skip to content

Commit

Permalink
Add BuildDynamicPaylaods to createnewpayload and createdaisypayload
Browse files Browse the repository at this point in the history
  • Loading branch information
riskydissonance committed Aug 17, 2020
1 parent f2af1d4 commit ef7e5ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions poshc2/client/command_handlers/ImplantHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ def do_createdaisypayload(user, command):
newPayload.CreateEXE("%s_" % name)
newPayload.CreateMsbuild("%s_" % name)
newPayload.CreateDonutShellcode("%s_" % name)
newPayload.BuildDynamicPayloads("%s_" % name)
print_good("Created new %s daisy payloads" % name)
input("Press Enter to continue...")
clear()
Expand Down Expand Up @@ -999,6 +1000,7 @@ def do_createnewpayload(user, command, creds=None, shellcodeOnly=False):
newPayload.CreateMsbuild("%s_" % name)
newPayload.CreatePython("%s_" % name)
newPayload.CreateDonutShellcode("%s_" % name)
newPayload.BuildDynamicPayloads("%s_" % name)

print_good("Created new payloads")
input("Press Enter to continue...")
Expand Down

0 comments on commit ef7e5ac

Please sign in to comment.