Help for this page

Select Code to Download


  1. or download this
    (
        'smtp' => 'closed',
        'http' => 'open',
        'https' => 'open',
    )
    
  2. or download this
    my %shortlist;
        for my $key (keys $results->{'ALLHOSTS'}){
            for my $key2 (keys $results->{'ALLHOSTS'}{$key}->{'ports'}->{'
    +tcp'}){
                $shortlist{"$results->{'ALLHOSTS'}{$key}->{'ports'}->{'tcp
    +'}->{$key2}->{'service'}->{'name'}"} = $results->{'ALLHOSTS'}{$key}->
    +{'ports'}->{'tcp'}->{$key2}->{'state'};
            }
        }