mirror of
https://github.com/PowerShellMafia/PowerSploit
synced 2026-06-08 12:13:33 +00:00
cf444398ca
-PSScriptAnalyzering
-Tweaking of synopsis blocks in order to support platyPS
-Code standardization
-Generated docs
38 lines
605 B
Markdown
Executable File
38 lines
605 B
Markdown
Executable File
# Get-SecurityPackage
|
|
|
|
## SYNOPSIS
|
|
Enumerates all loaded security packages (SSPs).
|
|
|
|
Author: Matthew Graeber (@mattifestation)
|
|
License: BSD 3-Clause
|
|
Required Dependencies: None
|
|
Optional Dependencies: None
|
|
|
|
## SYNTAX
|
|
|
|
```
|
|
Get-SecurityPackage
|
|
```
|
|
|
|
## DESCRIPTION
|
|
Get-SecurityPackage is a wrapper for secur32!EnumerateSecurityPackages.
|
|
It also parses the returned SecPkgInfo struct array.
|
|
|
|
## EXAMPLES
|
|
|
|
### -------------------------- EXAMPLE 1 --------------------------
|
|
```
|
|
Get-SecurityPackage
|
|
```
|
|
|
|
## PARAMETERS
|
|
|
|
## INPUTS
|
|
|
|
## OUTPUTS
|
|
|
|
## NOTES
|
|
|
|
## RELATED LINKS
|
|
|