Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 9e771d1

Browse files
PowerShellMafiaPowerShellMafia
PowerShellMafia
authored and
PowerShellMafia
committed
Merge pull request #102 from PowerShellMafia/dev
Merge 3.0 release changes
2 parents 9f78286 + 9f183e3 commit 9e771d1

Some content is hidden

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

43 files changed

+16557
-1612
lines changed

AntivirusBypass/AntivirusBypass.psd1

Lines changed: 1 addition & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@
44
ModuleToProcess = 'AntivirusBypass.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '1.0.0.0'
7+
ModuleVersion = '3.0.0.0'
88

99
# ID used to uniquely identify this module
1010
GUID = '7cf9de61-2bfc-41b4-a397-9d7cf3a8e66b'
1111

1212
# Author of this module
1313
Author = 'Matthew Graeber'
1414

15-
# Company or vendor of this module
16-
CompanyName = ''
17-
1815
# Copyright statement for this module
1916
Copyright = 'BSD 3-Clause'
2017

@@ -24,64 +21,10 @@ Description = 'PowerSploit Antivirus Avoidance/Bypass Module'
2421
# Minimum version of the Windows PowerShell engine required by this module
2522
PowerShellVersion = '2.0'
2623

27-
# Name of the Windows PowerShell host required by this module
28-
# PowerShellHostName = ''
29-
30-
# Minimum version of the Windows PowerShell host required by this module
31-
# PowerShellHostVersion = ''
32-
33-
# Minimum version of the .NET Framework required by this module
34-
# DotNetFrameworkVersion = ''
35-
36-
# Minimum version of the common language runtime (CLR) required by this module
37-
# CLRVersion = ''
38-
39-
# Processor architecture (None, X86, Amd64) required by this module
40-
# ProcessorArchitecture = ''
41-
42-
# Modules that must be imported into the global environment prior to importing this module
43-
# RequiredModules = @()
44-
45-
# Assemblies that must be loaded prior to importing this module
46-
# RequiredAssemblies = @()
47-
48-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
49-
# ScriptsToProcess = ''
50-
51-
# Type files (.ps1xml) to be loaded when importing this module
52-
# TypesToProcess = @()
53-
54-
# Format files (.ps1xml) to be loaded when importing this module
55-
# FormatsToProcess = @()
56-
57-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
58-
# NestedModules = @()
59-
6024
# Functions to export from this module
6125
FunctionsToExport = '*'
6226

63-
# Cmdlets to export from this module
64-
CmdletsToExport = '*'
65-
66-
# Variables to export from this module
67-
VariablesToExport = ''
68-
69-
# Aliases to export from this module
70-
AliasesToExport = ''
71-
72-
# List of all modules packaged with this module.
73-
ModuleList = @(@{ModuleName = 'AntivirusBypass'; ModuleVersion = '1.0.0.0'; GUID = '7cf9de61-2bfc-41b4-a397-9d7cf3a8e66b'})
74-
7527
# List of all files packaged with this module
7628
FileList = 'AntivirusBypass.psm1', 'AntivirusBypass.psd1', 'Find-AVSignature.ps1', 'Usage.md'
7729

78-
# Private data to pass to the module specified in RootModule/ModuleToProcess
79-
# PrivateData = ''
80-
81-
# HelpInfo URI of this module
82-
# HelpInfoURI = ''
83-
84-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
85-
# DefaultCommandPrefix = ''
86-
8730
}

CodeExecution/CodeExecution.psd1

Lines changed: 3 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ModuleToProcess = 'CodeExecution.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '1.0.0.0'
7+
ModuleVersion = '3.0.0.0'
88

99
# ID used to uniquely identify this module
1010
GUID = 'a8a6780b-e694-4aa4-b28d-646afa66733c'
@@ -24,65 +24,10 @@ Description = 'PowerSploit Code Execution Module'
2424
# Minimum version of the Windows PowerShell engine required by this module
2525
PowerShellVersion = '2.0'
2626

27-
# Name of the Windows PowerShell host required by this module
28-
# PowerShellHostName = ''
29-
30-
# Minimum version of the Windows PowerShell host required by this module
31-
# PowerShellHostVersion = ''
32-
33-
# Minimum version of the .NET Framework required by this module
34-
# DotNetFrameworkVersion = ''
35-
36-
# Minimum version of the common language runtime (CLR) required by this module
37-
# CLRVersion = ''
38-
39-
# Processor architecture (None, X86, Amd64) required by this module
40-
# ProcessorArchitecture = ''
41-
42-
# Modules that must be imported into the global environment prior to importing this module
43-
# RequiredModules = @()
44-
45-
# Assemblies that must be loaded prior to importing this module
46-
# RequiredAssemblies = @()
47-
48-
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
49-
# ScriptsToProcess = ''
50-
51-
# Type files (.ps1xml) to be loaded when importing this module
52-
# TypesToProcess = @()
53-
54-
# Format files (.ps1xml) to be loaded when importing this module
55-
# FormatsToProcess = @()
56-
57-
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
58-
# NestedModules = @()
59-
6027
# Functions to export from this module
6128
FunctionsToExport = '*'
6229

63-
# Cmdlets to export from this module
64-
CmdletsToExport = '*'
65-
66-
# Variables to export from this module
67-
VariablesToExport = ''
68-
69-
# Aliases to export from this module
70-
AliasesToExport = ''
71-
72-
# List of all modules packaged with this module.
73-
ModuleList = @(@{ModuleName = 'CodeExecution'; ModuleVersion = '1.0.0.0'; GUID = 'a8a6780b-e694-4aa4-b28d-646afa66733c'})
74-
7530
# List of all files packaged with this module
76-
FileList = 'CodeExecution.psm1', 'CodeExecution.psd1', 'Invoke--Shellcode.ps1', 'Invoke-DllInjection.ps1',
77-
'Invoke-ShellcodeMSIL.ps1', 'Invoke-ReflectivePEInjection.ps1', 'Invoke-WmiCommand.ps1', 'Usage.md'
78-
79-
# Private data to pass to the module specified in RootModule/ModuleToProcess
80-
# PrivateData = ''
81-
82-
# HelpInfo URI of this module
83-
# HelpInfoURI = ''
84-
85-
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
86-
# DefaultCommandPrefix = ''
87-
31+
FileList = 'CodeExecution.psm1', 'CodeExecution.psd1', 'Invoke-Shellcode.ps1', 'Invoke-DllInjection.ps1',
32+
'Invoke-ReflectivePEInjection.ps1', 'Invoke-WmiCommand.ps1', 'Usage.md'
8833
}

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) | ? {$_.Name -ne 'Invoke-Shellcode.ps1'} | % { . $_.FullName}
1+
Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}

0 commit comments

Comments
 (0)