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 1505588 commit abec7c2Copy full SHA for abec7c2
modules/exploits/multi/http/cve_2014_9390.rb
@@ -33,7 +33,11 @@ def initialize(info = {})
33
The third vulnerability with similar characteristics only affects
34
Mercurial clients on Windows, where Windows "short names"
35
(MS-DOS-compatible 8.3 format) are supported.
36
- ),
+
37
+ Today this module only truly supports the first vulnerability (Git
38
+ clients on case-insensitive file systems) but has the functionality to
39
+ support the remaining two with a little work.
40
+ ),
41
'License' => MSF_LICENSE,
42
'Author' => [
43
'Jon Hart <jon_hart[at]rapid7.com>' # metasploit module
0 commit comments