Normalized all scripts to ASCII encoding
This commit is contained in:
parent
306a84fe81
commit
237d362acf
|
|
@ -1,4 +1,4 @@
|
|||
@{
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
ModuleToProcess = 'AntivirusBypass.psm1'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@{
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
ModuleToProcess = 'CodeExecution.psm1'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Invoke-ShellcodeMSIL
|
||||
function Invoke-ShellcodeMSIL
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@{
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
ModuleToProcess = 'Exfiltration.psm1'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Get-GPPPassword {
|
||||
function Get-GPPPassword {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Get-Keystrokes {
|
||||
function Get-Keystrokes {
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Get-TimedScreenshot
|
||||
function Get-TimedScreenshot
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Invoke-TokenManipulation
|
||||
function Invoke-TokenManipulation
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Out-Minidump
|
||||
function Out-Minidump
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<ViewDefinitions>
|
||||
<View>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Get-LibSymbols
|
||||
function Get-LibSymbols
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<ViewDefinitions>
|
||||
<View>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Get-ObjDump
|
||||
function Get-ObjDump
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@{
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
ModuleToProcess = 'PETools.psm1'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Add-Persistence
|
||||
function Add-Persistence
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function New-ElevatedPersistenceOptions
|
||||
function New-ElevatedPersistenceOptions
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function New-UserPersistenceOptions
|
||||
function New-UserPersistenceOptions
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@{
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
ModuleToProcess = 'Persistence.psm1'
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
@{
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
ModuleToProcess = 'PowerSploit.psm1'
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName }
|
||||
Get-ChildItem $PSScriptRoot | ? { $_.PSIsContainer } | % { Import-Module $_.FullName }
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Invoke-Portscan
|
||||
function Invoke-Portscan
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@{
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
ModuleToProcess = 'Recon.psm1'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
filter ConvertTo-String
|
||||
filter ConvertTo-String
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<ViewDefinitions>
|
||||
<View>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Get-MethodAddress
|
||||
function Get-MethodAddress
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Get-NtSystemInformation
|
||||
function Get-NtSystemInformation
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Get-PEB
|
||||
function Get-PEB
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Get-Strings
|
||||
function Get-Strings
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Get-StructFromMemory
|
||||
function Get-StructFromMemory
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Configuration>
|
||||
<ViewDefinitions>
|
||||
<View>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Register-ProcessModuleTrace
|
||||
function Register-ProcessModuleTrace
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@{
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
ModuleToProcess = 'ReverseEngineering.psm1'
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}
|
||||
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Out-CompressedDll
|
||||
function Out-CompressedDll
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Out-EncodedCommand
|
||||
function Out-EncodedCommand
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
function Remove-Comments
|
||||
function Remove-Comments
|
||||
{
|
||||
<#
|
||||
.SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@{
|
||||
@{
|
||||
|
||||
# Script module or binary module file associated with this manifest.
|
||||
ModuleToProcess = 'ScriptModification.psm1'
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}
|
||||
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}
|
||||
|
|
|
|||
Loading…
Reference in New Issue