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