parent
6edba2cdc8
commit
892f427664
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue