Skip to content

Commit df8c80e

Browse files
committed
Added CVE and disclosure date
1 parent fd026c5 commit df8c80e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/canon_wireless.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ def initialize(info={})
2020
'Matt "hostess" Andreko <mandreko[at]accuvant.com>'
2121
],
2222
'References' => [
23-
[ 'OSVDB', '' ],
23+
[ 'CVE', '2013-4614' ],
2424
[ 'URL', 'http://www.mattandreko.com/2013/06/canon-y-u-no-security.html']
2525
],
26-
'DisclosureDate' => 'June 15 2013'))
26+
'DisclosureDate' => 'June 18 2013'))
2727
register_options(
2828
[
2929
Opt::RPORT(80),

0 commit comments

Comments
 (0)