Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Penetration Testing: Re: How to aggregate output of NMAP

Re: How to aggregate output of NMAP

From: Mike Brentlinger <mdbrentlinger_at_hotmail.com>
Date: Tue, 05 Feb 2002 14:03:05 -0500

off the top of my head... how bout perl

   open (EP,"c:/nmap_output.txt");
   while (<EP>) {
       chomp;
       if (/Interesting ports on/) {
           print "$_\n";
           }
       if (/ftp/) {
           print "$_\n";
           }
   }

----Original Message Follows----
From: "Carmelo Floridia" <cfloridia_at_lex.unict.it>
To: <PEN-TEST_at_securityfocus.com>
Subject: How to aggregate output of NMAP
Date: Tue, 5 Feb 2002 17:59:04 +0100

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_at_wireguided.com]
> Inviato: marted́ 6 novembre 2001 4.30
> A: PEN-TEST_at_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_at_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/

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.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/
Received on Feb 05 2002

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]