Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    package WebScanner;
    ...
    );
    
    $web->scan();
    
  2. or download this
    #!/usr/bin/perl
    
    use Net::Nslookup;
    ...
    $name = nslookup( domain => '66.94.234.13', type => 'PTR' );
    
    print $name, "\n";