diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2015-12-18 14:24:11 -0800 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2015-12-18 14:24:11 -0800 |
commit | 26e0b29e674c407964ea831714c3a3c8b3ea320d (patch) | |
tree | bf4d6a1bd5f7810ba4b6202bcd1d939ca42f79e3 | |
parent | 2a8da712b6b7df224dc3665712443cb7e642fc55 (diff) | |
download | PowerSploit-26e0b29e674c407964ea831714c3a3c8b3ea320d.tar.gz PowerSploit-26e0b29e674c407964ea831714c3a3c8b3ea320d.zip |
Added manifest info for the PowerShell Gallery
-rw-r--r-- | PowerSploit.psd1 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/PowerSploit.psd1 b/PowerSploit.psd1 index 0137fd7..dd096a5 100644 --- a/PowerSploit.psd1 +++ b/PowerSploit.psd1 @@ -43,4 +43,21 @@ ModuleList = @( @{ModuleName = 'AntivirusBypass'; ModuleVersion = '1.0.0.0'; GUI @{ModuleName = 'ScriptModification'; ModuleVersion = '1.0.0.0'; GUID = 'a4d86266-b39b-437a-b5bb-d6f99aa6e610'}, @{ModuleName = 'Persistence'; ModuleVersion = '1.0.0.0'; GUID = '633d0f10-a056-41da-869d-6d2f75430195'}, @{ModuleName = 'PrivEsc'; ModuleVersion = '1.0.0.0'; GUID = 'efb2a78f-a069-4bfd-91c2-7c7c0c225f56'} ) + +PrivateData = @{ + + PSData = @{ + + # Tags applied to this module. These help with module discovery in online galleries. + Tags = @('security','pentesting','red team','offense') + + # A URL to the license for this module. + LicenseUri = 'http://www.apache.org/licenses/LICENSE-2.0.html' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/PowerShellMafia/PowerSploit' + + } + +} } |