We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63048a7 commit 2206ae4Copy full SHA for 2206ae4
modules/auxiliary/scanner/http/ms15_034_ulonglongadd.rb
@@ -12,7 +12,7 @@ class Metasploit3 < Msf::Auxiliary
12
13
def initialize(info = {})
14
super(update_info(info,
15
- 'Name' => 'MS15-034 HTTP Protocol Stack Handling Vulnerability',
+ 'Name' => 'MS15-034 HTTP Protocol Stack Request Handling Vulnerability',
16
'Description' => %q{
17
This module will check if your hosts are vulnerable to CVE-2015-1635 (MS15-034). A
18
vulnerability in the HTTP Protocol stack (HTTP.sys) that could result in arbitrary code
0 commit comments