|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: Nwhack.pl
From: Matt W. (kmx
egatobas.org)Date: Sun Oct 08 2000 - 19:17:43 CDT
- Next message: tmakinen
pp.htv.fi: "Announce: rnmap 0.4.1-beta"
- Previous message: Fyodor: "Nmap 2.54BETA7 released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- application/x-perl attachment: nwhack.pl
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).
- Next message: tmakinen
pp.htv.fi: "Announce: rnmap 0.4.1-beta"
- Previous message: Fyodor: "Nmap 2.54BETA7 released"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]