Skip to content

Commit 9fab64c

Browse files
author
zerosum0x0
committed
added references
1 parent dd12afd commit 9fab64c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/auxiliary/scanner/smb/smb_ms17_010.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ def initialize(info = {})
2929
configurations. It can log on as the user "\" and connect to IPC$.
3030
},
3131
'Author' =>
32-
[ 'Sean Dillon <[email protected]>',
33-
'Luke Jennings' # DoublePulsar detection
32+
[
33+
'Sean Dillon <[email protected]>', # @zerosum0x0
34+
'Luke Jennings' # DoublePulsar detection Python code
3435
],
3536
'References' =>
3637
[
@@ -41,6 +42,7 @@ def initialize(info = {})
4142
[ 'CVE', '2017-0147'],
4243
[ 'CVE', '2017-0148'],
4344
[ 'MSB', 'MS17-010'],
45+
[ 'URL', 'https://github.com/countercept/doublepulsar-detection-script'],
4446
[ 'URL', 'https://technet.microsoft.com/en-us/library/security/ms17-010.aspx']
4547
],
4648
'License' => MSF_LICENSE

0 commit comments

Comments
 (0)