Skip to content

Commit 0a97952

Browse files
author
Pedro Ribeiro
committed
Add OSVDB id and full disclosure URL
1 parent d328b2c commit 0a97952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/http/trackit_file_upload.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ def initialize(info = {})
3232
'References' =>
3333
[
3434
[ 'CVE', '2014-4872' ],
35-
[ 'OSVDB', 'TODO' ],
35+
[ 'OSVDB', '112741' ],
3636
[ 'US-CERT-VU', '121036' ],
37-
[ 'URL', 'TODO_FULLDISC_URL' ],
37+
[ 'URL', 'http://seclists.org/fulldisclosure/2014/Oct/34' ],
3838
[ 'URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/generic/bmc-track-it-11.3.txt' ]
3939
],
4040
'DefaultOptions' => { 'WfsDelay' => 30 },

0 commit comments

Comments
 (0)