Method: Rex::Post::Meterpreter::Extensions::Stdapi::Net::Netstat#state

Defined in:
lib/rex/post/meterpreter/extensions/stdapi/net/netstat.rb

#stateObject

The state of the connection (close, listening, syn_sent…)



74
75
76
# File 'lib/rex/post/meterpreter/extensions/stdapi/net/netstat.rb', line 74

def state
  @state
end