Skip to content

Commit 76b3c37

Browse files
committed
Fix msftidy errors
1 parent 0e82ced commit 76b3c37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/windows/local/capcom_sys_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class MetasploitModule < Msf::Exploit::Local
1717

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

0 commit comments

Comments
 (0)