Really delete the telnet target

bug/bundler_fix
jvazquez-r7 2013-08-19 15:06:47 -05:00
parent d64c8748e8
commit 7b555679e6
1 changed files with 0 additions and 2 deletions

View File

@ -80,8 +80,6 @@ class Metasploit3 < Msf::Exploit::Remote
if target.name =~ /CMD/
exploit_cmd
elsif target.name =~ /Telnet/
exploit_telnet
else
exploit_mips
end