Help for this page

Select Code to Download


  1. or download this
    $Stats{$DestPort}++;
    $Stats{$DestPort}{covert}{"$intSrcFound|$hshIPtoDomainIndex{$strDst}|$
    +DstIP|$SrcIP|$DestPort|$Protocol"}++;
    
  2. or download this
    foreach $entry (sort keys %{ $Stats{$TopPorts[$a]}{covert} }) {
        # my code to print out various HTML
            # elements is typically here
    }