Method: Msf::Exploit::Remote::Udp#cleanup

Defined in:
lib/msf/core/exploit/remote/udp.rb

#cleanupObject

Performs cleanup, disconnects the socket if necessary



102
103
104
105
# File 'lib/msf/core/exploit/remote/udp.rb', line 102

def cleanup
  super
  disconnect_udp
end