diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2015-12-16 17:07:39 -0800 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2015-12-16 17:08:57 -0800 |
commit | c2a70924e16cd80a1c07d9de82db893b32a4aba9 (patch) | |
tree | 466de8532814bbc700624138aaac5c8b081a19c5 /Exfiltration | |
parent | b01a8127bc71f5454762510ed09c69411dd3a403 (diff) | |
download | PowerSploit-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 'Exfiltration')
-rw-r--r-- | Exfiltration/Get-GPPPassword.ps1 | 1 | ||||
-rw-r--r-- | Exfiltration/Invoke-CredentialInjection.ps1 | 1 | ||||
-rw-r--r-- | Exfiltration/Invoke-Mimikatz.ps1 | 14 | ||||
-rw-r--r-- | Exfiltration/Invoke-NinjaCopy.ps1 | 2 | ||||
-rw-r--r-- | Exfiltration/Invoke-TokenManipulation.ps1 | 2 | ||||
-rw-r--r-- | Exfiltration/VolumeShadowCopyTools.ps1 | 4 |
6 files changed, 2 insertions, 22 deletions
diff --git a/Exfiltration/Get-GPPPassword.ps1 b/Exfiltration/Get-GPPPassword.ps1 index ea87de4..768a0d2 100644 --- a/Exfiltration/Get-GPPPassword.ps1 +++ b/Exfiltration/Get-GPPPassword.ps1 @@ -9,7 +9,6 @@ function Get-GPPPassword { License: BSD 3-Clause Required Dependencies: None Optional Dependencies: None - Version: 2.4.2 .DESCRIPTION diff --git a/Exfiltration/Invoke-CredentialInjection.ps1 b/Exfiltration/Invoke-CredentialInjection.ps1 index f4357bd..a7b312d 100644 --- a/Exfiltration/Invoke-CredentialInjection.ps1 +++ b/Exfiltration/Invoke-CredentialInjection.ps1 @@ -13,7 +13,6 @@ function Invoke-CredentialInjection License: BSD 3-Clause Required Dependencies: None Optional Dependencies: None - Version: 1.1 .DESCRIPTION diff --git a/Exfiltration/Invoke-Mimikatz.ps1 b/Exfiltration/Invoke-Mimikatz.ps1 index 6934584..c701f63 100644 --- a/Exfiltration/Invoke-Mimikatz.ps1 +++ b/Exfiltration/Invoke-Mimikatz.ps1 @@ -15,9 +15,7 @@ Mimikatz Author: Benjamin DELPY `gentilkiwi`. Blog: http://blog.gentilkiwi.com. License: http://creativecommons.org/licenses/by/3.0/fr/ Required Dependencies: Mimikatz (included) Optional Dependencies: None -Version: 1.5 -ReflectivePEInjection version: 1.1 -Mimikatz version: 2.0 alpha (2/16/2015) +Mimikatz version: 2.0 alpha (12/14/2015) .DESCRIPTION @@ -62,15 +60,7 @@ Find mimikatz at: http://blog.gentilkiwi.com .LINK -Blog: http://clymb3r.wordpress.com/ -Benjamin DELPY blog: http://blog.gentilkiwi.com - -Github repo: https://github.com/clymb3r/PowerShell -mimikatz Github repo: https://github.com/gentilkiwi/mimikatz - -Blog on reflective loading: http://clymb3r.wordpress.com/2013/04/06/reflective-dll-injection-with-powershell/ -Blog on modifying mimikatz for reflective loading: http://clymb3r.wordpress.com/2013/04/09/modifying-mimikatz-to-be-loaded-using-invoke-reflectivedllinjection-ps1/ - +http://clymb3r.wordpress.com/2013/04/09/modifying-mimikatz-to-be-loaded-using-invoke-reflectivedllinjection-ps1/ #> [CmdletBinding(DefaultParameterSetName="DumpCreds")] diff --git a/Exfiltration/Invoke-NinjaCopy.ps1 b/Exfiltration/Invoke-NinjaCopy.ps1 index 36cef8d..15bee1b 100644 --- a/Exfiltration/Invoke-NinjaCopy.ps1 +++ b/Exfiltration/Invoke-NinjaCopy.ps1 @@ -25,8 +25,6 @@ Contributors: This script has a byte array hardcoded, which contains a DLL wich License: GPLv3 or later Required Dependencies: None Optional Dependencies: None -Version: 1.1 -ReflectivePEInjection version: 1.1 .DESCRIPTION diff --git a/Exfiltration/Invoke-TokenManipulation.ps1 b/Exfiltration/Invoke-TokenManipulation.ps1 index 90f9d47..3a61da8 100644 --- a/Exfiltration/Invoke-TokenManipulation.ps1 +++ b/Exfiltration/Invoke-TokenManipulation.ps1 @@ -49,8 +49,6 @@ Author: Joe Bialek, Twitter: @JosephBialek License: BSD 3-Clause Required Dependencies: None Optional Dependencies: None -Version: 1.12 -(1.11 -> 1.12: Simple logic added by Josh M. Bryant to find an unprotected process to grab a SYSTEM token from, rather than hardcoding to wininit, https://www.fixtheexchange.com/) .DESCRIPTION diff --git a/Exfiltration/VolumeShadowCopyTools.ps1 b/Exfiltration/VolumeShadowCopyTools.ps1 index 9d6952e..579dd0e 100644 --- a/Exfiltration/VolumeShadowCopyTools.ps1 +++ b/Exfiltration/VolumeShadowCopyTools.ps1 @@ -10,7 +10,6 @@ function Get-VolumeShadowCopy License: BSD 3-Clause Required Dependencies: None Optional Dependencies: None - Version: 2.0.0 #> $UserIdentity = ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()) @@ -35,7 +34,6 @@ function New-VolumeShadowCopy License: BSD 3-Clause Required Dependencies: None Optional Dependencies: None - Version: 2.0.0 .DESCRIPTION @@ -121,7 +119,6 @@ function Remove-VolumeShadowCopy License: BSD 3-Clause Required Dependencies: None Optional Dependencies: None - Version: 2.0.0 .DESCRIPTION @@ -180,7 +177,6 @@ function Mount-VolumeShadowCopy License: BSD 3-Clause Required Dependencies: None Optional Dependencies: None - Version: 2.0.0 .DESCRIPTION |