Method: Msf::Exploit::Remote::Udp#chost
- Defined in:
- lib/msf/core/exploit/remote/udp.rb
#chost ⇒ Object
Returns the local host for outgoing connections
116 117 118 |
# File 'lib/msf/core/exploit/remote/udp.rb', line 116 def chost datastore['CHOST'] end |