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 /CodeExecution | |
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 'CodeExecution')
-rw-r--r-- | CodeExecution/Invoke-ReflectivePEInjection.ps1 | 5 | ||||
-rw-r--r-- | CodeExecution/Invoke-WmiCommand.ps1 | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/CodeExecution/Invoke-ReflectivePEInjection.ps1 b/CodeExecution/Invoke-ReflectivePEInjection.ps1 index 4a1d0e8..990c4b1 100644 --- a/CodeExecution/Invoke-ReflectivePEInjection.ps1 +++ b/CodeExecution/Invoke-ReflectivePEInjection.ps1 @@ -153,13 +153,10 @@ Find a DemoDLL at: https://github.com/clymb3r/PowerShell/tree/master/Invoke-Refl .LINK -Blog: http://clymb3r.wordpress.com/ -Github repo: https://github.com/clymb3r/PowerShell/tree/master/Invoke-ReflectivePEInjection +http://clymb3r.wordpress.com/2013/04/06/reflective-dll-injection-with-powershell/ -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/ Blog on using this script as a backdoor with SQL server: http://www.casaba.com/blog/ - #> [CmdletBinding()] diff --git a/CodeExecution/Invoke-WmiCommand.ps1 b/CodeExecution/Invoke-WmiCommand.ps1 index c15d478..0c06424 100644 --- a/CodeExecution/Invoke-WmiCommand.ps1 +++ b/CodeExecution/Invoke-WmiCommand.ps1 @@ -1,5 +1,3 @@ -#Requires -Version 2 - function Invoke-WmiCommand { <# .SYNOPSIS |