diff options
author | bitform <matt@exploit-monday.com> | 2012-11-22 09:30:14 -0500 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2012-11-22 09:30:14 -0500 |
commit | 7710c99e667ffba985b468a150564b326f150054 (patch) | |
tree | 8eccc85d5a65b063a26c49ba778b6b8938fd7442 /README | |
parent | 138bd399113319fcc1bc07ed86132dc23c9ab97c (diff) | |
download | PowerSploit-7710c99e667ffba985b468a150564b326f150054.tar.gz PowerSploit-7710c99e667ffba985b468a150564b326f150054.zip |
Adding Prepare-Payload
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)
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ PowerSploit is a series of Microsoft PowerShell scripts that can be used in post Root Directory
--------------
+Prepare-Payload:
+
+ Compresses, Base-64 encodes, and generates command-line output for a PowerShell payload script.
+
Inject-Dll:
Inject-Dll injects a Dll into the process ID of your choosing.
|