Skip to content

Commit 8c28631

Browse files
committed
Fixed the date format
Removed the rport option These are items that were code-review for my other related module, so I figured they should be done here too
1 parent d877e4d commit 8c28631

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/auxiliary/dos/http/canon_wireless_printer.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ def initialize(info = {})
2929
[ 'CVE', '2013-4615' ],
3030
[ 'URL', 'http://www.mattandreko.com/2013/06/canon-y-u-no-security.html']
3131
],
32-
'DisclosureDate' => 'June 18 2013'))
33-
register_options([
34-
Opt::RPORT(80),
35-
])
32+
'DisclosureDate' => 'Jun 18 2013'))
3633
end
3734

3835
def run

0 commit comments

Comments
 (0)