aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
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'