Add AKA and remove filename
parent
0951aca881
commit
599979be37
|
@ -34,6 +34,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
['CVE', '2018-1111'],
|
||||
['URL', 'https://twitter.com/_fel1x/status/996388421273882626?lang=en'],
|
||||
['URL', 'https://access.redhat.com/security/vulnerabilities/3442151'],
|
||||
['AKA', 'DynoRoot'],
|
||||
['URL', 'https://dynoroot.ninja/'],
|
||||
['URL', 'https://nvd.nist.gov/vuln/detail/CVE-2018-1111'],
|
||||
['URL', 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1111']
|
||||
|
@ -53,7 +54,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'DisclosureDate' => 'May 15 2018'
|
||||
))
|
||||
|
||||
deregister_options('DOMAINNAME', 'HOSTNAME', 'URL')
|
||||
deregister_options('DOMAINNAME', 'HOSTNAME', 'URL', 'FILENAME')
|
||||
end
|
||||
|
||||
def exploit
|
||||
|
|
Loading…
Reference in New Issue