diff options
author | HarmJ0y <will@harmj0y.net> | 2016-12-14 18:05:22 -0500 |
---|---|---|
committer | HarmJ0y <will@harmj0y.net> | 2016-12-14 18:05:22 -0500 |
commit | a81faf36a4cdf925b4cb7cc1019648b37967e0bc (patch) | |
tree | 826a575654ededd5de871565da3f18af345f2825 /mkdocs.yml | |
parent | 1980f403ee78234eae4d93b50890d02f827a099f (diff) | |
download | PowerSploit-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.yml | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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' |