NAME
Rex::Commands::SimpleCheck - Simple tcp/alive checks
DESCRIPTION
With this module you can do simple tcp/alive checks.
SYNOPSIS
if(is_port_open($remote_host, $port)) {
print "Port $port is open\n";
}
Rex::Commands::SimpleCheck - Simple tcp/alive checks
With this module you can do simple tcp/alive checks.
if(is_port_open($remote_host, $port)) {
print "Port $port is open\n";
}