From 892f427664e30eb8cf160b4fad70a85c1c577e87 Mon Sep 17 00:00:00 2001 From: JT Date: Wed, 26 Aug 2015 09:18:15 +0800 Subject: [PATCH] Update w3tw0rk_exec.rb removed w3tw0rk_login --- modules/exploits/multi/misc/w3tw0rk_exec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exploits/multi/misc/w3tw0rk_exec.rb b/modules/exploits/multi/misc/w3tw0rk_exec.rb index c0ed27c2a8..be863e4a27 100644 --- a/modules/exploits/multi/misc/w3tw0rk_exec.rb +++ b/modules/exploits/multi/misc/w3tw0rk_exec.rb @@ -70,7 +70,7 @@ class Metasploit3 < Msf::Exploit::Remote vprint_error("#{rhost}:#{rport} - Error joining the #{datastore['CHANNEL']} channel") return Exploit::CheckCode::Unknown end - + quit(sock) disconnect @@ -151,7 +151,7 @@ class Metasploit3 < Msf::Exploit::Remote return end - print_status("#{rhost}:#{rport} - Exploiting the w3tw0rk IRC bot...") + print_status("#{rhost}:#{rport} - Exploiting the IRC bot...") w3tw0rk_command(sock) quit(sock)