From c2a70924e16cd80a1c07d9de82db893b32a4aba9 Mon Sep 17 00:00:00 2001 From: Matt Graeber Date: Wed, 16 Dec 2015 17:07:39 -0800 Subject: Removed all version numbers from scripts Scripts in a module should not be individually versioned. Only the module should be versioned. --- PowerSploit.psd1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'PowerSploit.psd1') diff --git a/PowerSploit.psd1 b/PowerSploit.psd1 index 678294b..0137fd7 100644 --- a/PowerSploit.psd1 +++ b/PowerSploit.psd1 @@ -41,5 +41,6 @@ ModuleList = @( @{ModuleName = 'AntivirusBypass'; ModuleVersion = '1.0.0.0'; GUI @{ModuleName = 'Exfiltration'; ModuleVersion = '1.0.0.0'; GUID = '75dafa99-1402-4e29-b5d4-6c87da2b323a'}, @{ModuleName = 'Recon'; ModuleVersion = '1.0.0.0'; GUID = '7e775ad6-cd3d-4a93-b788-da067274c877'}, @{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 = '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'} ) } -- cgit v1.2.3