aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorbitform <matt@exploit-monday.com>2012-11-22 09:30:14 -0500
committerbitform <matt@exploit-monday.com>2012-11-22 09:30:14 -0500
commit7710c99e667ffba985b468a150564b326f150054 (patch)
tree8eccc85d5a65b063a26c49ba778b6b8938fd7442 /README
parent138bd399113319fcc1bc07ed86132dc23c9ab97c (diff)
downloadPowerSploit-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--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index cee284e..5b26dc6 100644
--- a/README
+++ b/README
@@ -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.