RE: Nmap results in spread*** format
From: Hasnain Atique (hatique_at_hasnains.com)
Date: 06/15/04
- Previous message: D'Amato Luigi: "Re: Wireless pentesting requirements"
- In reply to: Bill Z.: "Re: Nmap results in spread*** format"
- Next in thread: Eric Paynter: "Re: Nmap results in spread*** format"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "'Bill Z.'" <bgk@hotunix.com>, "'Jerry Shenk'" <jshenk@decommunications.com> Date: Tue, 15 Jun 2004 20:40:22 +0800
Have a look at http://sourceforge.net/projects/nmapsql/ . Even though it
doesn't produce output in a spread*** format, it should be trivial to
connect to the database using ODBC and loading into a spread***.
> -----Original Message-----
> From: Bill Z. [mailto:bgk@hotunix.com]
> Sent: Tuesday, June 15, 2004 2:22 AM
> To: Jerry Shenk
> Cc: pen-test@securityfocus.com
> Subject: Re: Nmap results in spread*** format
>
>
> This is a simple task - here's my quick and dirty way of
> converting the plain-text nmap output (e.g., nmap-out) into
> an Excel file with html tags:
>
> echo "<table>" ; grep "^[0-9*]" nmap-out | awk '{print
> "<tr><td>" $1 \ "<td>" $2 "<td>" $3}'; echo "</table>" > nmap-out.xls
>
> Enjoy :)
>
> --
> What do you call a failed pentest? - VA. http://hotunix.com/tools/
>
>
> On Fri, 11 Jun 2004, Jerry Shenk wrote:
>
> > I once saw a mention of a utility (probably a perl script)
> that would
> > take the information from an nmap scan and kick it out in a
> > spread*** format. I am working with a guy right now that really
> > needs to take inventory of what machines exist on the
> network and what
> > ports are open on them. There are over 100 web servers, numerous
> > servers with terminal server, vnc and dameware, snmp on way
> too many
> > and the list goes on. Instead of having raw nmap output to wade
> > through, it would be nice to scan down a column and say, "Which of
> > these web servers do you really need? Shut the rest down."
> >
> > If somebody can point me to a link for that, I'd appreciate it.
> >
> >
>
- Previous message: D'Amato Luigi: "Re: Wireless pentesting requirements"
- In reply to: Bill Z.: "Re: Nmap results in spread*** format"
- Next in thread: Eric Paynter: "Re: Nmap results in spread*** format"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]