Fix msftidy errors

bug/bundler_fix
OJ 2016-09-27 22:56:07 +10:00
parent 0e82ced082
commit 76b3c37262
No known key found for this signature in database
GPG Key ID: D5DC61FB93260597
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class MetasploitModule < Msf::Exploit::Local
def initialize(info={})
super(update_info(info, {
'Name' => 'Windows Capcom.sys kernel execution exploit (x64 only)',
'Name' => 'Windows Capcom.sys Kernel Execution Exploit (x64 only)',
'Description' => %q{
This module abuses the Capcom.sys kernel driver's function that allows for an
arbitrary function to be executed in the kernel from user land. This function
@ -45,6 +45,7 @@ class MetasploitModule < Msf::Exploit::Local
'References' => [
['URL', 'https://twitter.com/TheWack0lian/status/779397840762245124']
],
'DisclosureDate' => 'Jan 01 1999', # non-vuln exploit date
'DefaultTarget' => 0
}))
end