diff options
author | Matt Graeber <mattgraeber@gmail.com> | 2013-10-05 04:28:24 -0700 |
---|---|---|
committer | Matt Graeber <mattgraeber@gmail.com> | 2013-10-05 04:28:24 -0700 |
commit | 50c6fad88e32e731e50806dd6ddc3bf34d4a9b16 (patch) | |
tree | 68c67b8184f967d78de944ca52cb445904a0a056 /Exfiltration/Invoke-NinjaCopy.ps1 | |
parent | 511b682620c4607c00df494cd0eff51761779437 (diff) | |
parent | d269eec01d451745a50686495275e9525712b8b9 (diff) | |
download | PowerSploit-50c6fad88e32e731e50806dd6ddc3bf34d4a9b16.tar.gz PowerSploit-50c6fad88e32e731e50806dd6ddc3bf34d4a9b16.zip |
Merge pull request #16 from clymb3r/master
Switching to ANSI from UTF8 encoding
Diffstat (limited to 'Exfiltration/Invoke-NinjaCopy.ps1')
-rw-r--r-- | Exfiltration/Invoke-NinjaCopy.ps1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Exfiltration/Invoke-NinjaCopy.ps1 b/Exfiltration/Invoke-NinjaCopy.ps1 index 68e7d81..cfa763f 100644 --- a/Exfiltration/Invoke-NinjaCopy.ps1 +++ b/Exfiltration/Invoke-NinjaCopy.ps1 @@ -1,4 +1,4 @@ -function Invoke-NinjaCopy +function Invoke-NinjaCopy { <# .SYNOPSIS @@ -25,8 +25,8 @@ 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.0 -ReflectivePEInjection version: 1.0 +Version: 1.1 +ReflectivePEInjection version: 1.1 .DESCRIPTION |