We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8c80e commit 7f1a913Copy full SHA for 7f1a913
modules/auxiliary/scanner/http/canon_wireless.rb
@@ -23,11 +23,7 @@ def initialize(info={})
23
[ 'CVE', '2013-4614' ],
24
[ 'URL', 'http://www.mattandreko.com/2013/06/canon-y-u-no-security.html']
25
],
26
- 'DisclosureDate' => 'June 18 2013'))
27
- register_options(
28
- [
29
- Opt::RPORT(80),
30
- ], self.class)
+ 'DisclosureDate' => 'Jun 18 2013'))
31
end
32
33
def get_network_settings
@@ -132,6 +128,13 @@ def run_host(ip)
132
128
good_string += "\tSSID: #{ns[1]}\tEncryption Type: #{wireless_key[0]}\tKey: #{wireless_key[1]}"
133
129
134
130
131
+ report_note({
+ :data => good_string,
+ :type => 'canon.wireless',
+ :host => ip,
135
+ :port => rport
136
+ })
137
+
138
print_good good_string
139
140
0 commit comments