Some tweak

Thanks bcloes 😎
GSoC/Meterpreter_Web_Console
Dhiraj Mishra 2018-06-09 12:15:21 +05:30 committed by GitHub
parent 76588aed09
commit d3a18b2ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ class MetasploitModule < Msf::Auxiliary
super(
update_info(
info,
'Name' => "WebKitGTK+ leading to an application crash [DoS]",
'Name' => "WebKitGTK+ WebKitFaviconDatabase DoS",
'Description' => %q(
This module exploits a vulnerability in WebKitFaviconDatabase when pageURL is unset.
If successful,it could leads to application crash, denial of service.
@ -23,7 +23,7 @@ class MetasploitModule < Msf::Auxiliary
'Manuel Caballero' #JS Code
],
'References' => [
['EXPLOIT-DB', '44842'],
['EDB', '44842'],
['CVE', '2018-11646'],
['URL', 'https://bugs.webkit.org/show_bug.cgi?id=186164'],
['URL', 'https://datarift.blogspot.com/2018/06/cve-2018-11646-webkit.html']