aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorHarmJ0y <will@harmj0y.net>2016-12-14 18:50:58 -0500
committerHarmJ0y <will@harmj0y.net>2016-12-14 18:50:58 -0500
commit59e6f94e763d40614284d43823a391cafd384c4c (patch)
tree95380329bb973928ce06cdf009dd93d955e5e89a /mkdocs.yml
parent9ed26d65a883ad35962b1aaa9a6c57d3d3403cb0 (diff)
downloadPowerSploit-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.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index a0838fd..a24f7e4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -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'