Skip to content

Commit abc3951

Browse files
committed
Final touchup
1 parent 7f1a913 commit abc3951

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/auxiliary/scanner/http/canon_wireless.rb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# This file is part of the Metasploit Framework and may be subject to
3+
# redistribution and commercial restrictions. Please see the Metasploit
4+
# web site for more information on licensing and terms of use.
5+
# http://metasploit.com/
6+
##
7+
18
require 'msf/core'
29
require 'nokogiri'
310

@@ -12,7 +19,8 @@ def initialize(info={})
1219
'Name' => 'Canon Printer Wireless Configuration Disclosure',
1320
'Description' => %q{
1421
This module enumerates wireless credentials from Canon printers with a web interface.
15-
It has been tested on Canon models: MG3100, MG5300, MG6100, MP495, MX340, MX870, MX890, MX920.
22+
It has been tested on Canon models: MG3100, MG5300, MG6100, MP495, MX340, MX870,
23+
MX890, MX920.
1624
},
1725
'License' => MSF_LICENSE,
1826
'Author' =>

0 commit comments

Comments
 (0)