lint
This commit is contained in:
@@ -24,21 +24,18 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
This module was tested against Moodle version 3.10.0.
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' =>
|
||||
[
|
||||
'Adam Reiser', # Discovery
|
||||
'h00die' # msf module
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
['CVE', '2021-21809'],
|
||||
['URL', 'https://talosintelligence.com/vulnerability_reports/TALOS-2021-1277']
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'BadChars' => "'",
|
||||
'Default' => 'payload/php/meterpreter/reverse_tcp'
|
||||
},
|
||||
'Author' => [
|
||||
'Adam Reiser', # Discovery
|
||||
'h00die' # msf module
|
||||
],
|
||||
'References' => [
|
||||
['CVE', '2021-21809'],
|
||||
['URL', 'https://talosintelligence.com/vulnerability_reports/TALOS-2021-1277']
|
||||
],
|
||||
'Payload' => {
|
||||
'BadChars' => "'",
|
||||
'Default' => 'payload/php/meterpreter/reverse_tcp'
|
||||
},
|
||||
'Platform' => 'php',
|
||||
'Arch' => ARCH_PHP,
|
||||
'Targets' => [['Automatic', {}]],
|
||||
|
||||
Reference in New Issue
Block a user