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



Nmap Hackers: Nwhack.pl

Nwhack.pl

From: Matt W. <kmx_at_egatobas.org>
Date: Sun, 08 Oct 2000 19:17:43 -0500

Fun for all ages. nwhack.pl takes -oM output and put it in a postgres
db. Nice simple easy. :) Maybe i'll get motivied and make a -oD option
so nmap can do this for ya.

Files attached:
nwhack.pl - program
nmap.table.sql - scheme for the tables it uses.

just create a db called nmapdb or whatever and then
psql nmapdb < nmap.table.sql.

bugs: kmx_at_egatobas.org

CREATE TABLE Audit (
        "scan_id" int4 NOT NULL,
        "ip_address" inet NOT NULL,
        "port" int8 NOT NULL,
        "os_name" varchar(32));

--------------------------------------------------
For help using this (nmap-hackers) mailing list, send a blank email to
nmap-hackers-help_at_insecure.org . List run by ezmlm-idx (www.ezmlm.org).

Received on Oct 09 2000
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]
edgeos