Mailinglist Archive: opensuse-security (499 mails)
| < Previous | Next > |
Re: [suse-security] nmap
- From: Christopher Mahmood <ckm@xxxxxxxx>
- Date: Wed, 5 Jun 2002 12:13:28 -0700
- Message-id: <20020605191328.GM20357@xxxxxxxxxxxxxxxxxx>
* arawak (arawak@xxxxxxxxxxxxxxxx) [020605 11:50]:
> I've read the online man page but nothing there would get
> the format correct I require.
You didn't read far enough.
> So far I use this command "nmap -v -v -oN c:\test -sP 194.183.x.x./27".
while read net do
nmap -oG - $net >> logfile
done < test
--
-ckm
> I've read the online man page but nothing there would get
> the format correct I require.
You didn't read far enough.
> So far I use this command "nmap -v -v -oN c:\test -sP 194.183.x.x./27".
while read net do
nmap -oG - $net >> logfile
done < test
--
-ckm
| < Previous | Next > |