diff options
author | mattifestation <mattgraeber@gmail.com> | 2014-10-01 20:47:14 -0400 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2014-10-01 20:47:14 -0400 |
commit | 0ca33b03479f16b572c8991285ca36b4574a1822 (patch) | |
tree | 61357979e87d4492bb7323a5da007c219d3ff332 /README.md | |
parent | 9d412f0d6ac53b47266bbbe03eff36ab653d4494 (diff) | |
download | PowerSploit-0ca33b03479f16b572c8991285ca36b4574a1822.tar.gz PowerSploit-0ca33b03479f16b572c8991285ca36b4574a1822.zip |
Added Install-SSP and Get-SecurityPackages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -56,6 +56,14 @@ Configure elevated persistence options for the Add-Persistence function. Add persistence capabilities to a script. +#### `Install-SSP` + +Installs a security support provider (SSP) dll. + +#### `Get-SecurityPackages` + +Enumerates all loaded security packages (SSPs). + ## PETools **Parse/manipulate Windows portable executables.** |