From 7b555679e6a3cb1b7dde89561b4f8dbea90ad056 Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Mon, 19 Aug 2013 15:06:47 -0500 Subject: [PATCH] Really delete the telnet target --- modules/exploits/linux/http/dlink_upnp_exec_noauth.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/exploits/linux/http/dlink_upnp_exec_noauth.rb b/modules/exploits/linux/http/dlink_upnp_exec_noauth.rb index 928b86cbc9..569bbdc9c5 100644 --- a/modules/exploits/linux/http/dlink_upnp_exec_noauth.rb +++ b/modules/exploits/linux/http/dlink_upnp_exec_noauth.rb @@ -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