Skip to content

Commit 237d362

Browse files
committed
Normalized all scripts to ASCII encoding
1 parent 306a84f commit 237d362

58 files changed

Lines changed: 91 additions & 91 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AntivirusBypass/AntivirusBypass.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@{
1+
@{
22

33
# Script module or binary module file associated with this manifest.
44
ModuleToProcess = 'AntivirusBypass.psm1'
@@ -84,4 +84,4 @@ FileList = 'AntivirusBypass.psm1', 'AntivirusBypass.psd1', 'Find-AVSignature.ps1
8484
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
8585
# DefaultCommandPrefix = ''
8686

87-
}
87+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}
1+
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}

AntivirusBypass/Find-AVSignature.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ http://heapoverflow.com/f0rums/project.php?issueid=34&filter=changes&page=2
183183
#During testing using large binaries, memory usage was excessive so lets fix that
184184
[System.GC]::Collect()
185185
Write-Verbose "Completed!"
186-
}
186+
}

CodeExecution/CodeExecution.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@{
1+
@{
22

33
# Script module or binary module file associated with this manifest.
44
ModuleToProcess = 'CodeExecution.psm1'
@@ -85,4 +85,4 @@ FileList = 'CodeExecution.psm1', 'CodeExecution.psd1', 'Invoke-Shellcode.ps1', '
8585
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
8686
# DefaultCommandPrefix = ''
8787

88-
}
88+
}

CodeExecution/CodeExecution.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}
1+
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}

CodeExecution/Invoke-DllInjection.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,4 +325,4 @@ http://www.exploit-monday.com
325325
}
326326

327327
Write-Verbose "Injected DLL information:$($DllInfo)"
328-
}
328+
}

CodeExecution/Invoke-ReflectivePEInjection.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2840,4 +2840,4 @@ Function Main
28402840
}
28412841

28422842
Main
2843-
}
2843+
}

CodeExecution/Invoke-ShellcodeMSIL.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function Invoke-ShellcodeMSIL
1+
function Invoke-ShellcodeMSIL
22
{
33
<#
44
.SYNOPSIS
@@ -264,4 +264,4 @@
264264
{
265265
Write-Verbose 'Shellcode executed successfully!'
266266
}
267-
}
267+
}

CodeExecution/Watch-BlueScreen.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
function Watch-BlueScreen
1+
function Watch-BlueScreen
22
{
33
<#
44
.SYNOPSIS
@@ -15,7 +15,7 @@
1515
.NOTES
1616
1717
Tavis Ormandy documented this technique on 2/3/2013 and Nikita Tarakanov
18-
tweeted this technique on 5/13/2013.
18+
?tweeted this technique on 5/13/2013.
1919
2020
.LINK
2121
@@ -75,4 +75,4 @@
7575
$Gdi32::SetLayout($DC, $LAYOUT_RTL) | Out-Null
7676
$Gdi32::ScaleWindowExtEx($DC, [Int32]::MinValue, -1, 1, 1, [IntPtr]::Zero) | Out-Null
7777
}
78-
}
78+
}

Exfiltration/Exfiltration.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@{
1+
@{
22

33
# Script module or binary module file associated with this manifest.
44
ModuleToProcess = 'Exfiltration.psm1'
@@ -86,4 +86,4 @@ FileList = 'Exfiltration.psm1', 'Exfiltration.psd1', 'Get-TimedScreenshot.ps1',
8686
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
8787
# DefaultCommandPrefix = ''
8888

89-
}
89+
}

0 commit comments

Comments
 (0)