aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index accd72b..8b78d98 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -85,3 +85,37 @@ pages:
- Get-HttpStatus: 'Recon/Get-HttpStatus.md'
- Invoke-Portscan: 'Recon/Invoke-Portscan.md'
- Invoke-ReverseDnsLookup: 'Recon/Invoke-ReverseDnsLookup.md'
+- Privesc:
+ - About: 'Privesc/index.md'
+ - Functions:
+ - Get-ModifiablePath: 'Privesc/Get-ModifiablePath.md'
+ - Get-ProcessTokenGroup: 'Privesc/Get-ProcessTokenGroup.md'
+ - Get-ProcessTokenPrivilege: 'Privesc/Get-ProcessTokenPrivilege.md'
+ - Enable-Privilege: 'Privesc/Enable-Privilege.md'
+ - Add-ServiceDacl: 'Privesc/Add-ServiceDacl.md'
+ - Set-ServiceBinaryPath: 'Privesc/Set-ServiceBinaryPath.md'
+ - Test-ServiceDaclPermission: 'Privesc/Test-ServiceDaclPermission.md'
+ - Get-UnquotedService: 'Privesc/Get-UnquotedService.md'
+ - Get-ModifiableServiceFile: 'Privesc/Get-ModifiableServiceFile.md'
+ - Get-ModifiableService: 'Privesc/Get-ModifiableService.md'
+ - Get-ServiceDetail: 'Privesc/Get-ServiceDetail.md'
+ - Invoke-ServiceAbuse: 'Privesc/Invoke-ServiceAbuse.md'
+ - Write-ServiceBinary: 'Privesc/Write-ServiceBinary.md'
+ - Install-ServiceBinary: 'Privesc/Install-ServiceBinary.md'
+ - Restore-ServiceBinary: 'Privesc/Restore-ServiceBinary.md'
+ - Find-ProcessDLLHijack: 'Privesc/Find-ProcessDLLHijack.md'
+ - Find-PathDLLHijack: 'Privesc/Find-PathDLLHijack.md'
+ - Write-HijackDll: 'Privesc/Write-HijackDll.md'
+ - Get-RegistryAlwaysInstallElevated: 'Privesc/Get-RegistryAlwaysInstallElevated.md'
+ - Get-RegistryAutoLogon: 'Privesc/Get-RegistryAutoLogon.md'
+ - Get-ModifiableRegistryAutoRun: 'Privesc/Get-ModifiableRegistryAutoRun.md'
+ - Get-ModifiableScheduledTaskFile: 'Privesc/Get-ModifiableScheduledTaskFile.md'
+ - Get-UnattendedInstallFile: 'Privesc/Get-UnattendedInstallFile.md'
+ - Get-WebConfig: 'Privesc/Get-WebConfig.md'
+ - Get-ApplicationHost: 'Privesc/Get-ApplicationHost.md'
+ - Get-SiteListPassword: 'Privesc/Get-SiteListPassword.md'
+ - Get-CachedGPPPassword: 'Privesc/Get-CachedGPPPassword.md'
+ - Write-UserAddMSI: 'Privesc/Write-UserAddMSI.md'
+ - Invoke-WScriptUACBypass: 'Privesc/Invoke-WScriptUACBypass.md'
+ - Invoke-PrivescAudit: 'Privesc/Invoke-PrivescAudit.md'
+ - Get-System: 'Privesc/Get-System.md'