cored has asked for the wisdom of the Perl Monks concerning the following question:
Thank for your help...#!/usr/bin/perl -w for (1..7000){ system("nc -vv $ARG[1] -z ${_}"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Port Scan
by grep (Monsignor) on Oct 25, 2002 at 04:23 UTC |