aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclymb3r <bialek.joseph@gmail.com>2013-10-01 21:25:36 -0700
committerclymb3r <bialek.joseph@gmail.com>2013-10-01 21:25:36 -0700
commitd269eec01d451745a50686495275e9525712b8b9 (patch)
treee84c0bfcf33d3d289b313e3d06403691602f6933
parent59cd18360764af6e6133ad11ec9cd8295372e587 (diff)
downloadPowerSploit-d269eec01d451745a50686495275e9525712b8b9.tar.gz
PowerSploit-d269eec01d451745a50686495275e9525712b8b9.zip
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+
-rw-r--r--CodeExecution/Invoke-ReflectivePEInjection.ps14
-rw-r--r--Exfiltration/Invoke-Mimikatz.ps16
-rw-r--r--Exfiltration/Invoke-NinjaCopy.ps16
3 files changed, 8 insertions, 8 deletions
diff --git a/CodeExecution/Invoke-ReflectivePEInjection.ps1 b/CodeExecution/Invoke-ReflectivePEInjection.ps1
index 6e18bff..ccc1dd6 100644
--- a/CodeExecution/Invoke-ReflectivePEInjection.ps1
+++ b/CodeExecution/Invoke-ReflectivePEInjection.ps1
@@ -1,4 +1,4 @@
-function Invoke-ReflectivePEInjection
+function Invoke-ReflectivePEInjection
{
<#
.SYNOPSIS
@@ -33,7 +33,7 @@ Author: Joe Bialek, Twitter: @JosephBialek
License: BSD 3-Clause
Required Dependencies: None
Optional Dependencies: None
-Version: 1.0
+Version: 1.1
.DESCRIPTION
diff --git a/Exfiltration/Invoke-Mimikatz.ps1 b/Exfiltration/Invoke-Mimikatz.ps1
index 2e206a6..289652c 100644
--- a/Exfiltration/Invoke-Mimikatz.ps1
+++ b/Exfiltration/Invoke-Mimikatz.ps1
@@ -1,4 +1,4 @@
-function Invoke-Mimikatz
+function Invoke-Mimikatz
{
<#
.SYNOPSIS
@@ -15,8 +15,8 @@ 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.0
-ReflectivePEInjection version: 1.0
+Version: 1.1
+ReflectivePEInjection version: 1.1
Mimikatz version: 1.0
.DESCRIPTION
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