aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorbitform <matt@exploit-monday.com>2012-05-26 12:34:54 -0400
committerbitform <matt@exploit-monday.com>2012-05-26 12:34:54 -0400
commit7ce33c794f39b2cc89f27484a6101160366cb7d8 (patch)
tree3873875d127e7ce29a7696bbefb543bacd672a41 /README
downloadPowerSploit-7ce33c794f39b2cc89f27484a6101160366cb7d8.tar.gz
PowerSploit-7ce33c794f39b2cc89f27484a6101160366cb7d8.zip
Complete rewrite of Powersyringe
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..637415e
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+PowerSploit is a series of Microsoft PowerShell scripts that can be used in post-exploitation scenarios during authorized penetration tests. PowerSploit is comprised of the following scripts:
+
+
+Inject-Dll:
+
+ Inject-Dll injects a Dll into the process ID of your choosing.
+
+Inject-Shellcode:
+
+ Inject-Shellcode injects shellcode into the process ID of your choosing or within PowerShell locally.
+
+Encrypt-Script:
+
+ Encrypt-Script will encrypt a script (or any text file for that matter) and output the results to a minimally obfuscated script - evil.ps1.
+
+
+Usage:
+
+ Refer to the comment-based help in each individual script for usage information. \ No newline at end of file