Skip to content

Commit bd27632

Browse files
committed
Properly credit Soroush Dalili
1 parent 560f31c commit bd27632

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/auxiliary/gather/ie_files_disclosure.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ def initialize(info={})
1818
c:\\\\windows\\\\system32\\\\calc.exe
1919
},
2020
'License' => MSF_LICENSE,
21-
'Author' => [ 'sinn3r' ],
21+
'Author' =>
22+
[
23+
'Soroush Dalili', # @irsdl - Original discovery. MSF module is from his PoC
24+
'sinn3r'
25+
],
2226
'References' =>
2327
[
2428
[ 'CVE', '2013-7331'],

0 commit comments

Comments
 (0)