File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -43,4 +43,21 @@ ModuleList = @( @{ModuleName = 'AntivirusBypass'; ModuleVersion = '1.0.0.0'; GUI
43
43
@ {ModuleName = ' ScriptModification' ; ModuleVersion = ' 1.0.0.0' ; GUID = ' a4d86266-b39b-437a-b5bb-d6f99aa6e610' },
44
44
@ {ModuleName = ' Persistence' ; ModuleVersion = ' 1.0.0.0' ; GUID = ' 633d0f10-a056-41da-869d-6d2f75430195' },
45
45
@ {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
+ }
46
63
}
You can’t perform that action at this time.
0 commit comments