Re: How to aggregate output of NMAP
From: Scott Nursten (scottn@s2s.ltd.uk)Date: 02/06/02
- Previous message: stephen: "Re: How to aggregate output of NMAP"
- In reply to: Carmelo Floridia: "How to aggregate output of NMAP"
- Next in thread: George Lewis: "Re: How to aggregate output of NMAP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 06 Feb 2002 07:43:54 +0000 From: Scott Nursten <scottn@s2s.ltd.uk> To: Carmelo Floridia <cfloridia@lex.unict.it>
Hi Carmel / List,
I find it really handy to use the oG output flag instead of oN. The
greppable feature makes it work a lot nicer with shell scripting - ie. (and
I don¹t have any output here)
nmap -sS -p80,25,110,21 target -oG output
grep 80 output | wc -l
grep 80 output | awk '{print $1}'
Etc etc etc
HTH. :)
Regards,
Scott Nursten
On 5/2/02 16:59, "Carmelo Floridia" <cfloridia@lex.unict.it> wrote:
> I used nmap -sS -p80,25,110,21 172.31.*.* -oN output
> do you know if exist any tool to summarize the result in order to know (for
> example):
>
> how may WEB answered
> who are the web server
>
> hom many FTP
> who are ftp
>
> I used nlog....any other tool?
>
>
>
>> -----Messaggio originale-----
>> Da: Tim Russo [mailto:trusso@wireguided.com]
>> Inviato: marted́ 6 novembre 2001 4.30
>> A: PEN-TEST@securityfocus.com
>> Oggetto: "Get out of Jail Free" client doc
>>
>>
>> I am about to do a vulnerability assessment for a larger client. I want to
>> have this client sign a document which states that I am authorized to
>> perform this assessment and that I am not responsible for server
>> crashes or
>> things along that line. Does anyone know where I can get a template or an
>> example of such a document? Thanks.
>>
>> -Tim
>>
>> __________________________________
>> Tim Russo
>> Email: trusso@wireguided.com
>> Tel: 781.849.9323
>> Fax: 781.849.0127
>>
>>
>>
>> ------------------------------------------------------------------
>> ----------
>> This list is provided by the SecurityFocus Security Intelligence
>> Alert (SIA)
>> Service. For more information on SecurityFocus' SIA service which
>> automatically alerts you to the latest security vulnerabilities
>> please see:
>> https://alerts.securityfocus.com/
>>
>
>
> ----------------------------------------------------------------------------
> This list is provided by the SecurityFocus Security Intelligence Alert (SIA)
> Service. For more information on SecurityFocus' SIA service which
> automatically alerts you to the latest security vulnerabilities please see:
> https://alerts.securityfocus.com/
>
----------------------------------------------------------------------------
This list is provided by the SecurityFocus Security Intelligence Alert (SIA)
Service. For more information on SecurityFocus' SIA service which
automatically alerts you to the latest security vulnerabilities please see:
https://alerts.securityfocus.com/
- Previous message: stephen: "Re: How to aggregate output of NMAP"
- In reply to: Carmelo Floridia: "How to aggregate output of NMAP"
- Next in thread: George Lewis: "Re: How to aggregate output of NMAP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|