diff options
author | HarmJ0y <will@harmj0y.net> | 2016-12-14 18:24:33 -0500 |
---|---|---|
committer | HarmJ0y <will@harmj0y.net> | 2016-12-14 18:24:33 -0500 |
commit | cf444398cab3f77f9b8cc7bd23e3e506621eb150 (patch) | |
tree | 4ef2606fb6b48fab8766df94608d2bd32801ce9f /mkdocs.yml | |
parent | a81faf36a4cdf925b4cb7cc1019648b37967e0bc (diff) | |
download | PowerSploit-cf444398cab3f77f9b8cc7bd23e3e506621eb150.tar.gz PowerSploit-cf444398cab3f77f9b8cc7bd23e3e506621eb150.zip |
For ./Persistence/ :
-PSScriptAnalyzering
-Tweaking of synopsis blocks in order to support platyPS
-Code standardization
-Generated docs
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -132,3 +132,10 @@ pages: - Functions: - Set-MasterBootRecord: 'Mayhem/Set-MasterBootRecord.md' - Set-CriticalProcess: 'Mayhem/Set-CriticalProcess.md' +- Persistence: + - Functions: + - New-ElevatedPersistenceOption: 'Persistence/New-ElevatedPersistenceOption.md' + - New-UserPersistenceOption: 'Persistence/New-UserPersistenceOption.md' + - Add-Persistence: 'Persistence/Add-Persistence.md' + - Install-SSP: 'Persistence/Install-SSP.md' + - Get-SecurityPackage: 'Persistence/Get-SecurityPackage.md' |