diff options
author | bitform <matt@exploit-monday.com> | 2012-11-22 09:45:43 -0500 |
---|---|---|
committer | bitform <matt@exploit-monday.com> | 2012-11-22 09:45:43 -0500 |
commit | 7c65f5cfeefb4915e9acf490acc3f038f1f4fe12 (patch) | |
tree | 8ce53c6e618b380678e4f528cd742a88d0057d45 | |
parent | 7710c99e667ffba985b468a150564b326f150054 (diff) | |
download | PowerSploit-7c65f5cfeefb4915e9acf490acc3f038f1f4fe12.tar.gz PowerSploit-7c65f5cfeefb4915e9acf490acc3f038f1f4fe12.zip |
Fixed Prepare-Payload documentation grammar fail.
-rw-r--r-- | Prepare-Payload.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Prepare-Payload.ps1 b/Prepare-Payload.ps1 index e1b4a3b..2797466 100644 --- a/Prepare-Payload.ps1 +++ b/Prepare-Payload.ps1 @@ -55,7 +55,7 @@ powershell.exe -EncodedCommand cwBhAGwAIABhACAATgBlAHcALQBPAGIAagBlAGMAdAA7AGkA .NOTES
-This cmdlet was inspired by createcmd.ps1 script presented at Dave Kennedy and Josh Kelley's talk - "PowerShell...OMFG" (https://www.trustedsec.com/files/PowerShell_PoC.zip)
+This cmdlet was inspired by the createcmd.ps1 script introduced during Dave Kennedy and Josh Kelley's talk, "PowerShell...OMFG" (https://www.trustedsec.com/files/PowerShell_PoC.zip)
.LINK
|