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 /mkdocs.yml | |
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 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -139,3 +139,9 @@ pages: - Add-Persistence: 'Persistence/Add-Persistence.md' - Install-SSP: 'Persistence/Install-SSP.md' - Get-SecurityPackage: 'Persistence/Get-SecurityPackage.md' +- ScriptModification: + - Functions: + - Out-CompressedDll: 'ScriptModification/Out-CompressedDll.md' + - Out-EncodedCommand: 'ScriptModification/Out-EncodedCommand.md' + - Out-EncryptedScript: 'ScriptModification/Out-EncryptedScript.md' + - Remove-Comment: 'ScriptModification/Remove-Comment.md' |