Merge pull request #16 from clymb3r/master
Switching to ANSI from UTF8 encoding
This commit is contained in:
commit
50c6fad88e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue