DOKK / manpages / debian 10 / rex / Rex::Commands::SimpleCheck.3pm.en
Rex::Commands::SimpleCheck(3pm) User Contributed Perl Documentation Rex::Commands::SimpleCheck(3pm)

Rex::Commands::SimpleCheck - Simple tcp/alive checks

With this module you can do simple tcp/alive checks.

Version <= 1.0: All these functions will not be reported.

All these functions are not idempotent.

 if(is_port_open($remote_host, $port)) {
   print "Port $port is open\n";
 }

Check if something is listening on port $port of $ip.

2018-02-01 perl v5.26.1