This commit is contained in:
h00die
2021-08-27 19:53:45 -04:00
parent b9c9ed243a
commit cd24ad1bdf
@@ -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', {}]],