diff options
author | HarmJ0y <will@harmj0y.net> | 2016-12-14 18:50:58 -0500 |
---|---|---|
committer | HarmJ0y <will@harmj0y.net> | 2016-12-14 18:50:58 -0500 |
commit | 59e6f94e763d40614284d43823a391cafd384c4c (patch) | |
tree | 95380329bb973928ce06cdf009dd93d955e5e89a /docs/index.md | |
parent | 9ed26d65a883ad35962b1aaa9a6c57d3d3403cb0 (diff) | |
download | PowerSploit-59e6f94e763d40614284d43823a391cafd384c4c.tar.gz PowerSploit-59e6f94e763d40614284d43823a391cafd384c4c.zip |
For ./ScriptModification/ :
-PSScriptAnalyzering
-Tweaking of synopsis blocks in order to support platyPS
-Code standardization
-Generated docs
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index ac37071..9c001da 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,7 +15,7 @@ Modify and/or prepare scripts for execution on a compromised machine. Out-EncodedCommand - Compresses, Base-64 encodes, and generates command-line output for a PowerShell payload script. Out-CompressedDll - Compresses, Base-64 encodes, and outputs generated code to load a managed dll in memory. Out-EncryptedScript - Encrypts text files/scripts. - Remove-Comments - Strips comments and extra whitespace from a script. + Remove-Comment - Strips comments and extra whitespace from a script. ### Persistence |