aboutsummaryrefslogtreecommitdiff
path: root/PowerSploit.psd1
diff options
context:
space:
mode:
authorMatt Graeber <mattgraeber@gmail.com>2015-12-16 17:07:39 -0800
committerMatt Graeber <mattgraeber@gmail.com>2015-12-16 17:08:57 -0800
commitc2a70924e16cd80a1c07d9de82db893b32a4aba9 (patch)
tree466de8532814bbc700624138aaac5c8b081a19c5 /PowerSploit.psd1
parentb01a8127bc71f5454762510ed09c69411dd3a403 (diff)
downloadPowerSploit-c2a70924e16cd80a1c07d9de82db893b32a4aba9.tar.gz
PowerSploit-c2a70924e16cd80a1c07d9de82db893b32a4aba9.zip
Removed all version numbers from scripts
Scripts in a module should not be individually versioned. Only the module should be versioned.
Diffstat (limited to 'PowerSploit.psd1')
-rw-r--r--PowerSploit.psd13
1 files changed, 2 insertions, 1 deletions
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'} )
}