Module: Msf::Handler::ReverseTcpDoubleSSL::TcpReverseDoubleSSLChannelExt
- Defined in:
- lib/msf/core/handler/reverse_tcp_double_ssl.rb
Instance Attribute Summary collapse
-
#localinfo ⇒ Object
Returns the value of attribute localinfo.
-
#peerinfo ⇒ Object
Returns the value of attribute peerinfo.
Instance Attribute Details
#localinfo ⇒ Object
Returns the value of attribute localinfo.
253 254 255 |
# File 'lib/msf/core/handler/reverse_tcp_double_ssl.rb', line 253 def localinfo @localinfo end |
#peerinfo ⇒ Object
Returns the value of attribute peerinfo.
254 255 256 |
# File 'lib/msf/core/handler/reverse_tcp_double_ssl.rb', line 254 def peerinfo @peerinfo end |