$scan->register_host_closed_event(\&host_offline);
sub host_offline {
my $self = shift;
my $host = shift;
print "computer off (". $host->hostname(). ")\n";
}
This never prints even if the host is infact offline, it just skips the
host.
This queue is for tickets about the Nmap-Scanner CPAN distribution.
The Basics
People
|
Bug Information
|