Nmap Development mailing list archives

Zenmap-filter announcement


From: J Marlow <joshmarlow () gmail com>
Date: Mon, 13 Jul 2009 19:35:11 -0400

Hi all,

I've been working on a new feature for zenmap.  Its a host filtering feature
that allows you to filter out all of the hosts that don't match some
criteria.  Its currently running a bit slow, so its not fit for production
use, but I'm working on that.  A screen shot of the new interface is
available at:
http://www.bamsoftware.com/wiki/Nmap/ZenmapHostFiltering#r14251  If you are
interested, here is how you can test it out:

1.) Check out the branch:
svn co --username guest --password "" svn://
svn.insecure.org/nmap-exp/josh/zenmap-filter

2.) Run zenmap:
cd zenmap-filter
./zenmap

3.) Open an existing scan:
Go to "Scan", "Open" and select a scan.  If you don't have one handy, I'm
using 'ndiff/test-scans/random-1.xml'.

4.) Bring up the filtering GUI:
Go to "Tools", "Filter Hosts".  A tool bar should appear at the bottom of
the window.

5.) Type your criteria.  The syntax is basically the same as in the Scan
search function.  Here are some examples:
"open:22" will only show hosts with port 22 open
"closed:22" will show hosts with port 22 closed (if 22 was scanned)
"os:linux" will only show hosts with Linux detected as the OS
"service:http" will only show hosts with "http" running

Alternatively, typing "linux" or some other string will perform a keyword
search (which will take quite a bit longer; again, I'm working on it)

Hosts in the Toplology map will also be filtered.
Suggestions/comments welcome.

Cheers,
Josh

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: