###
#
# The states that a service can be in.
module Msf::ServiceState
Open = "open"
Closed = "closed"
Filtered = "filtered"
Unknown = "unknown"
end