Land #6591, don't require username for wrt110 cmd exec module

This commit is contained in:
Brent Cook 2016-02-18 20:20:15 -06:00
commit bc7bf28872
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
))
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])