aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorHarmJ0y <will@harmj0y.net>2016-12-14 18:05:22 -0500
committerHarmJ0y <will@harmj0y.net>2016-12-14 18:05:22 -0500
commita81faf36a4cdf925b4cb7cc1019648b37967e0bc (patch)
tree826a575654ededd5de871565da3f18af345f2825 /mkdocs.yml
parent1980f403ee78234eae4d93b50890d02f827a099f (diff)
downloadPowerSploit-a81faf36a4cdf925b4cb7cc1019648b37967e0bc.tar.gz
PowerSploit-a81faf36a4cdf925b4cb7cc1019648b37967e0bc.zip
For ./Mayhem/ :
-PSScriptAnalyzering -Tweaking of synopsis blocks in order to support platyPS -Code standardization -Generated docs
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml12
1 files changed, 8 insertions, 4 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 8cc8a39..8012ab0 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -124,7 +124,11 @@ pages:
- Find-AVSignature: 'AntivirusBypass/Find-AVSignature.md'
- CodeExecution:
- Functions:
- - Find-AVSignature: 'CodeExecution/Invoke-DllInjection.md'
- - Find-AVSignature: 'CodeExecution/Invoke-ReflectivePEInjection.md'
- - Find-AVSignature: 'CodeExecution/Invoke-Shellcode.md'
- - Find-AVSignature: 'CodeExecution/Invoke-WmiCommand.md'
+ - Invoke-DllInjection: 'CodeExecution/Invoke-DllInjection.md'
+ - Invoke-ReflectivePEInjection: 'CodeExecution/Invoke-ReflectivePEInjection.md'
+ - Invoke-Shellcode: 'CodeExecution/Invoke-Shellcode.md'
+ - Invoke-WmiCommand: 'CodeExecution/Invoke-WmiCommand.md'
+- Mayhem:
+ - Functions:
+ - Set-MasterBootRecord: 'Mayhem/Set-MasterBootRecord.md'
+ - Set-CriticalProcess: 'Mayhem/Set-CriticalProcess.md'