aboutsummaryrefslogtreecommitdiff
path: root/docs/Persistence/Get-SecurityPackage.md
diff options
context:
space:
mode:
authorHarmJ0y <will@harmj0y.net>2016-12-14 18:24:33 -0500
committerHarmJ0y <will@harmj0y.net>2016-12-14 18:24:33 -0500
commitcf444398cab3f77f9b8cc7bd23e3e506621eb150 (patch)
tree4ef2606fb6b48fab8766df94608d2bd32801ce9f /docs/Persistence/Get-SecurityPackage.md
parenta81faf36a4cdf925b4cb7cc1019648b37967e0bc (diff)
downloadPowerSploit-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 'docs/Persistence/Get-SecurityPackage.md')
-rwxr-xr-xdocs/Persistence/Get-SecurityPackage.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/Persistence/Get-SecurityPackage.md b/docs/Persistence/Get-SecurityPackage.md
new file mode 100755
index 0000000..2a0cdef
--- /dev/null
+++ b/docs/Persistence/Get-SecurityPackage.md
@@ -0,0 +1,37 @@
+# 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
+