Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Class-C subnet discovery/scanner

by jbryan (Acolyte)
on Mar 03, 2009 at 13:52 UTC ( [id://747736]=note: print w/replies, xml ) Need Help??


in reply to Re: Class-C subnet discovery/scanner
in thread Class-C subnet discovery/scanner

This is not even in the same class as nmap. This simply tries to do the "ping scan" mode of nmap faster. The *only* thing it does that (I dont think) nmap does is auto-discovery of subnets based on nothing other than your IP address. It is designed for discovery of the local network, not really anything over the internet (relying on broadcast pinging for discovery, among other things.)

Also, the class-c subnet scan routine (SubnetScanner) scans all discovered subnets in parallel, resulting in *much* quicker results than nmap -sP.

Again, in *no way* is this a replacement for nmap - only a discovery tool. In fact, I'm using this to feed hosts to nmap for classification, combining the results from xprobe2 and feeding them through a statistical classifier to normalize hosts into defined subtypes. nmap has its place - it just doesnt do the auto-discovery that I'd like. Or am I wrong on that, and there's an nmap switch that does that too? :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://747736]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-23 20:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found