removed user and pass option
parent
5fc806e3e0
commit
c902b0ea4b
|
@ -56,13 +56,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DefaultTarget' => 0
|
||||
))
|
||||
|
||||
register_options(
|
||||
[
|
||||
OptString.new('USERNAME',[ true, 'User to login with', 'admin']),
|
||||
OptString.new('PASSWORD',[ false, 'Password to login with', 'admin']),
|
||||
|
||||
], self.class)
|
||||
|
||||
register_advanced_options(
|
||||
[
|
||||
OptInt.new('TelnetTimeout', [ true, 'The number of seconds to wait for a reply from a Telnet command', 10]),
|
||||
|
|
Loading…
Reference in New Issue