From d269eec01d451745a50686495275e9525712b8b9 Mon Sep 17 00:00:00 2001 From: clymb3r Date: Tue, 1 Oct 2013 21:25:36 -0700 Subject: Switching to ANSI from UTF8 encoding Scripts now work in 2008r2. I thought I tested before uploading but something broke somehow... Now the scripts work in 2008r2 and win8+ --- Exfiltration/Invoke-NinjaCopy.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Exfiltration/Invoke-NinjaCopy.ps1') 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 -- cgit v1.2.3