Skip to content

Commit abec7c2

Browse files
committed
Update description to describe current limitations
1 parent 1505588 commit abec7c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/exploits/multi/http/cve_2014_9390.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ def initialize(info = {})
3333
The third vulnerability with similar characteristics only affects
3434
Mercurial clients on Windows, where Windows "short names"
3535
(MS-DOS-compatible 8.3 format) are supported.
36-
),
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+
),
3741
'License' => MSF_LICENSE,
3842
'Author' => [
3943
'Jon Hart <jon_hart[at]rapid7.com>' # metasploit module

0 commit comments

Comments
 (0)