Download: Rex-0.33.2.tar.gz
Dependencies
Annotate this POD
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"; }
Check if something is listening on port $port of $ip.