/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lib/msf/core/host_state.rb
9 строк
199 B
Luke Imhoff
Fix comment style in Msf::HostState
08 окт 2014, 20:47
Не верифицирован
08 окт 2014, 20:47
0708ac1
Код
Авторство
О чём код?
# The states that a host can be in. module Msf::HostState # The host is alive. Alive = "alive" # The host is dead. Dead = "down" # The host state is unknown. Unknown = "unknown" end