Skip to content

Commit c672fad

Browse files
author
Pedro Ribeiro
committed
Add OSVDB ID, remove comma from Author field
1 parent d480a5e commit c672fad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/multi/http/eventlog_file_upload.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ def initialize(info = {})
2727
'Author' =>
2828
[
2929
'h0ng10', # Vulnerability discovery
30-
'Pedro Ribeiro <pedrib[at]gmail.com>', # Metasploit module
30+
'Pedro Ribeiro <pedrib[at]gmail.com>' # Metasploit module
3131
],
3232
'License' => MSF_LICENSE,
3333
'References' =>
3434
[
35+
[ 'OSVDB', '110642' ],
3536
[ 'URL', 'https://www.mogwaisecurity.de/advisories/MSA-2014-01.txt' ],
3637
[ 'URL', 'http://seclists.org/fulldisclosure/2014/Aug/86' ]
3738
],

0 commit comments

Comments
 (0)