Skip to content

Commit 01a951d

Browse files
committed
Add references & credit
1 parent 0af2fa7 commit 01a951d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

modules/auxiliary/server/netbios_badtunnel.rb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,19 @@ def initialize
1919
can cause a system behind a NAT gateway to cache a malicious address for the
2020
"WPAD" hostname.
2121
},
22-
'Author' => ['hdm'],
22+
'Authors' => [
23+
'hdm', # Metasploit Module
24+
'tombkeeper' # Vulnerability Discovery
25+
],
2326
'License' => MSF_LICENSE,
27+
'References' =>
28+
[
29+
['URL', 'http://xlab.tencent.com/en/2016/06/17/BadTunnel-A-New-Hope/'],
30+
['CVE', '2016-3213'],
31+
['MSB', 'MS16-063'],
32+
['CVE', '2016-3236'],
33+
['MSB', 'MS16-077']
34+
],
2435
'Actions' =>
2536
[
2637
[ 'Service' ]

0 commit comments

Comments
 (0)