Skip to content

Commit

Permalink
Don't require username in wrt110 module.
Browse files Browse the repository at this point in the history
  • Loading branch information
joevennix committed Feb 19, 2016
1 parent d55e68e commit 3b9502c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/linux/http/linksys_wrt110_cmd_exec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def initialize(info = {})
))

register_options([
OptString.new('USERNAME', [ true, 'Valid router administrator username', 'admin']),
OptString.new('USERNAME', [ false, 'Valid router administrator username', 'admin']),
OptString.new('PASSWORD', [ false, 'Password to login with', 'admin']),
OptAddress.new('RHOST', [true, 'The address of the router', '192.168.1.1']),
OptInt.new('TIMEOUT', [false, 'The timeout to use in every request', 20])
Expand Down

0 comments on commit 3b9502c

Please sign in to comment.