removed user and pass option

bug/bundler_fix
m-1-k-3 2013-08-19 18:07:11 +02:00
parent 5fc806e3e0
commit c902b0ea4b
1 changed files with 0 additions and 7 deletions

View File

@ -56,13 +56,6 @@ class Metasploit3 < Msf::Exploit::Remote
'DefaultTarget' => 0 '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( register_advanced_options(
[ [
OptInt.new('TelnetTimeout', [ true, 'The number of seconds to wait for a reply from a Telnet command', 10]), OptInt.new('TelnetTimeout', [ true, 'The number of seconds to wait for a reply from a Telnet command', 10]),