Module Msf::Exploit::Remote::Udp
In: lib/msf/core/exploit/udp.rb

This module provides methods for communicating with a host over UDP

Methods

chost   cleanup   connect_udp   cport   disconnect_udp   handler   lhost   lport   new   rhost   rport  

Attributes

udp_sock  [RW] 

Public Class methods

Initializes an instance of an exploit module that exploits a vulnerability in a UDP service

Public Instance methods

Returns the local host for outgoing connections

Performs cleanup, disconnects the socket if necessary

Creates a UDP socket for communicating with a remote host

Returns the local port for outgoing connections

Claims the UDP socket if the payload so desires.

Returns the local host

Returns the local port

Returns the target host

Returns the remote port

[Validate]