aboutsummaryrefslogtreecommitdiff
path: root/Prepare-Payload.ps1
AgeCommit message (Collapse)AuthorFilesLines
2012-12-14Added the Wow64 switch to Prepare-Payloadbitform1-3/+17
Now, you can optionally output a call to the x86 (Wow64) version of PowerShell.
2012-11-22Fixed Prepare-Payload documentation grammar fail.bitform1-1/+1
2012-11-22Adding Prepare-Payloadbitform1-0/+130
Prepare-Payload compresses, Base-64 encodes, and generates command-line output for a PowerShell payload script. This script was inspired by and an improvement upon createcmd.ps1 (https://www.trustedsec.com/files/PowerShell_PoC.zip)