parent
6edba2cdc8
commit
892f427664
|
@ -70,7 +70,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
vprint_error("#{rhost}:#{rport} - Error joining the #{datastore['CHANNEL']} channel")
|
vprint_error("#{rhost}:#{rport} - Error joining the #{datastore['CHANNEL']} channel")
|
||||||
return Exploit::CheckCode::Unknown
|
return Exploit::CheckCode::Unknown
|
||||||
end
|
end
|
||||||
|
|
||||||
quit(sock)
|
quit(sock)
|
||||||
disconnect
|
disconnect
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
print_status("#{rhost}:#{rport} - Exploiting the w3tw0rk IRC bot...")
|
print_status("#{rhost}:#{rport} - Exploiting the IRC bot...")
|
||||||
w3tw0rk_command(sock)
|
w3tw0rk_command(sock)
|
||||||
|
|
||||||
quit(sock)
|
quit(sock)
|
||||||
|
|
Loading…
Reference in New Issue