Nmap Announce mailing list archives
Nwhack.pl
From: "Matt W." <kmx () 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 () egatobas org
Attachment:
nwhack.pl
Description:
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 () insecure org . List run by ezmlm-idx (www.ezmlm.org).
Current thread:
- Nwhack.pl Matt W. (Oct 08)
