Skip to content

Commit e4d03ad

Browse files
authored
Land rapid7#20125, removes quotes around constant
Modules: Remove quotes surrounding quoted license constant
2 parents 03e2d25 + a99333a commit e4d03ad

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

modules/evasion/windows/applocker_evasion_install_util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize(info = {})
2020
'Nick Tyrer <@NickTyrer>', # module development
2121
'Casey Smith' # install_util bypass research
2222
],
23-
'License' => 'MSF_LICENSE',
23+
'License' => MSF_LICENSE,
2424
'Platform' => 'win',
2525
'Arch' => [ARCH_X86, ARCH_X64],
2626
'Targets' => [['Microsoft Windows', {}]],

modules/evasion/windows/applocker_evasion_msbuild.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize(info = {})
2020
'Nick Tyrer <@NickTyrer>', # module development
2121
'Casey Smith' # msbuild bypass research
2222
],
23-
'License' => 'MSF_LICENSE',
23+
'License' => MSF_LICENSE,
2424
'Platform' => 'win',
2525
'Arch' => [ARCH_X86, ARCH_X64],
2626
'Targets' => [['Microsoft Windows', {}]],

modules/evasion/windows/applocker_evasion_presentationhost.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize(info = {})
2020
'Nick Tyrer <@NickTyrer>', # module development
2121
'Casey Smith' # presentationhost bypass research
2222
],
23-
'License' => 'MSF_LICENSE',
23+
'License' => MSF_LICENSE,
2424
'Platform' => 'win',
2525
'Arch' => [ARCH_X86],
2626
'Targets' => [['Microsoft Windows', {}]]

modules/evasion/windows/applocker_evasion_regasm_regsvcs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize(info = {})
2020
'Nick Tyrer <@NickTyrer>', # module development
2121
'Casey Smith' # regasm_regsvcs bypass research
2222
],
23-
'License' => 'MSF_LICENSE',
23+
'License' => MSF_LICENSE,
2424
'Platform' => 'win',
2525
'Arch' => [ARCH_X86, ARCH_X64],
2626
'Targets' => [['Microsoft Windows', {}]],

modules/evasion/windows/applocker_evasion_workflow_compiler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize(info = {})
2020
'Nick Tyrer <@NickTyrer>', # module development
2121
'Matt Graeber' # workflow_compiler bypass research
2222
],
23-
'License' => 'MSF_LICENSE',
23+
'License' => MSF_LICENSE,
2424
'Platform' => 'win',
2525
'Arch' => [ARCH_X86, ARCH_X64],
2626
'Targets' => [['Microsoft Windows', {}]],

modules/post/windows/gather/bitlocker_fvek.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize(info = {})
2020
This module enumerates ways to decrypt Bitlocker volume and if a recovery key is stored locally
2121
or can be generated, dump the Bitlocker master key (FVEK)
2222
},
23-
'License' => 'MSF_LICENSE',
23+
'License' => MSF_LICENSE,
2424
'Platform' => ['win'],
2525
'SessionTypes' => ['meterpreter'],
2626
'Author' => ['Danil Bazin <danil.bazin[at]hsc.fr>'], # @danilbaz

modules/post/windows/gather/file_from_raw_ntfs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize(info = {})
1919
such as open file with write lock. Because it avoids the usual file locking issues, it can
2020
be used to retrieve files such as NTDS.dit.
2121
},
22-
'License' => 'MSF_LICENSE',
22+
'License' => MSF_LICENSE,
2323
'Platform' => ['win'],
2424
'SessionTypes' => ['meterpreter'],
2525
'Author' => ['Danil Bazin <danil.bazin[at]hsc.fr>'], # @danilbaz

0 commit comments

Comments
 (0)