Normalized all scripts to ASCII encoding

This commit is contained in:
mattifestation 2013-11-13 21:01:02 -05:00
parent 306a84fe81
commit 237d362acf
58 changed files with 91 additions and 91 deletions

View File

@ -1,4 +1,4 @@
@{
@{
# Script module or binary module file associated with this manifest.
ModuleToProcess = 'AntivirusBypass.psm1'

View File

@ -1,4 +1,4 @@
@{
@{
# Script module or binary module file associated with this manifest.
ModuleToProcess = 'CodeExecution.psm1'

View File

@ -1,4 +1,4 @@
function Invoke-ShellcodeMSIL
function Invoke-ShellcodeMSIL
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function Watch-BlueScreen
function Watch-BlueScreen
{
<#
.SYNOPSIS
@ -15,7 +15,7 @@
.NOTES
Tavis Ormandy documented this technique on 2/3/2013 and Nikita Tarakanov
tweeted this technique on 5/13/2013.
?tweeted this technique on 5/13/2013.
.LINK

View File

@ -1,4 +1,4 @@
@{
@{
# Script module or binary module file associated with this manifest.
ModuleToProcess = 'Exfiltration.psm1'

View File

@ -1,4 +1,4 @@
function Get-GPPPassword {
function Get-GPPPassword {
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function Get-Keystrokes {
function Get-Keystrokes {
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function Get-TimedScreenshot
function Get-TimedScreenshot
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function Invoke-TokenManipulation
function Invoke-TokenManipulation
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function Out-Minidump
function Out-Minidump
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<ViewDefinitions>
<View>

View File

@ -1,4 +1,4 @@
function Get-LibSymbols
function Get-LibSymbols
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<ViewDefinitions>
<View>

View File

@ -1,4 +1,4 @@
function Get-ObjDump
function Get-ObjDump
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
@{
@{
# Script module or binary module file associated with this manifest.
ModuleToProcess = 'PETools.psm1'

View File

@ -1,4 +1,4 @@
function Add-Persistence
function Add-Persistence
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function New-ElevatedPersistenceOptions
function New-ElevatedPersistenceOptions
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function New-UserPersistenceOptions
function New-UserPersistenceOptions
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
@{
@{
# Script module or binary module file associated with this manifest.
ModuleToProcess = 'Persistence.psm1'

View File

@ -1,3 +1,3 @@
. (Join-Path $PSScriptRoot New-ElevatedPersistenceOptions.ps1)
. (Join-Path $PSScriptRoot New-ElevatedPersistenceOptions.ps1)
. (Join-Path $PSScriptRoot New-UserPersistenceOptions.ps1)
. (Join-Path $PSScriptRoot Add-Persistence.ps1)

View File

@ -1,4 +1,4 @@
@{
@{
# Script module or binary module file associated with this manifest.
ModuleToProcess = 'PowerSploit.psm1'

View File

@ -1 +1 @@
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName }
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName }

View File

@ -1,4 +1,4 @@
function Invoke-Portscan
function Invoke-Portscan
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
@{
@{
# Script module or binary module file associated with this manifest.
ModuleToProcess = 'Recon.psm1'

View File

@ -1,4 +1,4 @@
filter ConvertTo-String
filter ConvertTo-String
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<ViewDefinitions>
<View>

View File

@ -1,4 +1,4 @@
function Get-MethodAddress
function Get-MethodAddress
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function Get-NtSystemInformation
function Get-NtSystemInformation
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function Get-PEB
function Get-PEB
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function Get-Strings
function Get-Strings
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function Get-StructFromMemory
function Get-StructFromMemory
{
<#
.SYNOPSIS

Binary file not shown.

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<ViewDefinitions>
<View>

View File

@ -1,4 +1,4 @@
function Register-ProcessModuleTrace
function Register-ProcessModuleTrace
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
@{
@{
# Script module or binary module file associated with this manifest.
ModuleToProcess = 'ReverseEngineering.psm1'

View File

@ -1 +1 @@
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}

View File

@ -1,4 +1,4 @@
function Out-CompressedDll
function Out-CompressedDll
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function Out-EncodedCommand
function Out-EncodedCommand
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
function Remove-Comments
function Remove-Comments
{
<#
.SYNOPSIS

View File

@ -1,4 +1,4 @@
@{
@{
# Script module or binary module file associated with this manifest.
ModuleToProcess = 'ScriptModification.psm1'

View File

@ -1 +1 @@
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}