close socket
This commit is contained in:
@@ -130,4 +130,8 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
pkt = "\x01#{[ serialized.length ].pack('n')}#{serialized}"
|
||||
udp_sock.put(pkt)
|
||||
end
|
||||
|
||||
def cleanup
|
||||
disconnect_udp
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user