diff options
author | bitform <matt@exploit-monday.com> | 2012-12-01 13:35:26 -0500 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2012-12-01 13:35:26 -0500 |
commit | 481ebb777e7e46e622dea4deeaa428b61c78f46e (patch) | |
tree | 1d8e85de0b6f1fcbeb923dd0038acc4b7a4cc5f0 /README | |
parent | 7c65f5cfeefb4915e9acf490acc3f038f1f4fe12 (diff) | |
download | PowerSploit-481ebb777e7e46e622dea4deeaa428b61c78f46e.tar.gz PowerSploit-481ebb777e7e46e622dea4deeaa428b61c78f46e.zip |
Added Out-CompressedDll
A script to aid in the loading of managed dlls in memory
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ Inject-Shellcode: Inject-Shellcode injects shellcode into the process ID of your choosing or within PowerShell locally.
+Out-CompressedDll:
+
+ Compresses, Base-64 encodes, and outputs generated code to load a managed dll in memory.
+
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.
|