Skip to content

Commit d73531c

Browse files
committed
added disclosure dates
1 parent 10efafe commit d73531c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

modules/auxiliary/admin/http/tomcat_utf8_traversal.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def initialize
3333
[ 'URL', 'http://www.securityfocus.com/archive/1/499926' ],
3434
],
3535
'Author' => [ 'patrick','guerrino <ruggine> di massa' ],
36-
'License' => MSF_LICENSE
36+
'License' => MSF_LICENSE,
37+
'DisclosureDate' => 'Jan 9 2009'
3738
)
3839

3940
register_options(

modules/auxiliary/admin/http/trendmicro_dlp_traversal.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def initialize
3333
[ 'BID', '48225' ],
3434
],
3535
'Author' => [ 'patrick' ],
36-
'License' => MSF_LICENSE
36+
'License' => MSF_LICENSE,
37+
'DisclosureDate' => 'Jan 9 2009'
3738
)
3839

3940
register_options(

0 commit comments

Comments
 (0)