Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 26e0b29

Browse files
author
Matt Graeber
committed
Added manifest info for the PowerShell Gallery
1 parent 2a8da71 commit 26e0b29

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

PowerSploit.psd1

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,21 @@ ModuleList = @( @{ModuleName = 'AntivirusBypass'; ModuleVersion = '1.0.0.0'; GUI
4343
@{ModuleName = 'ScriptModification'; ModuleVersion = '1.0.0.0'; GUID = 'a4d86266-b39b-437a-b5bb-d6f99aa6e610'},
4444
@{ModuleName = 'Persistence'; ModuleVersion = '1.0.0.0'; GUID = '633d0f10-a056-41da-869d-6d2f75430195'},
4545
@{ModuleName = 'PrivEsc'; ModuleVersion = '1.0.0.0'; GUID = 'efb2a78f-a069-4bfd-91c2-7c7c0c225f56'} )
46+
47+
PrivateData = @{
48+
49+
PSData = @{
50+
51+
# Tags applied to this module. These help with module discovery in online galleries.
52+
Tags = @('security','pentesting','red team','offense')
53+
54+
# A URL to the license for this module.
55+
LicenseUri = 'http://www.apache.org/licenses/LICENSE-2.0.html'
56+
57+
# A URL to the main website for this project.
58+
ProjectUri = 'https://github.com/PowerShellMafia/PowerSploit'
59+
60+
}
61+
62+
}
4663
}

0 commit comments

Comments
 (0)