Update w3tw0rk_exec.rb

removed w3tw0rk_login
bug/bundler_fix
JT 2015-08-26 09:18:15 +08:00
parent 6edba2cdc8
commit 892f427664
1 changed files with 2 additions and 2 deletions

View File

@ -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)