Module Msf::HostState
In: lib/msf/core/db.rb

The states that a host can be in.

Constants

Alive = "alive"   The host is alive.
Dead = "down"   The host is dead.
Unknown = "unknown"   The host state is unknown.

[Validate]