Module: Msf::HostState
- Defined in:
- lib/msf/core/host_state.rb
Overview
The states that a host can be in.
Constant Summary collapse
- Alive =
The host is alive.
"alive"
- Dead =
The host is dead.
"down"
- Unknown =
The host state is unknown.
"unknown"