Andrew Libby on 18 Jul 2006 12:29:12 -0000 |
I second nmap. I use it to do audits and it's quite good. One thing that's kind of nice is that you can do a scan of your network, and then output it in XML format. The nmap distribution comes with a xsl stylesheet that will format it as html pretty easily. nmap [nmap options like -O] -oX output.xml 192.168.1.0/24 xsltproc /usr/share/nmap/nmap.xsl output.xml > output.html The xsl location is based on RedHat/ Fedora RPMs. Other distros may drop it else where (or perhaps not at all?). One thing I'm quite interested in pursuing is an intelligent diffing utility that will detect changes to the services offered by hosts, or the OS fingerprint, etc. Anyone know of such things? Andy gyoza@comcast.net wrote: > A ping sweep? I think nmap can do that. > > W. Chris Shank wrote: > >> I'm in need of some simple useful scripts to do things like return a >> list of machine IPs on a network or scan the network, etc. Before I >> go creating these, I was wondering if anyone knows a toolset that >> already exists to do this stuff. I guess I will use perl, though I'd >> prefer a simpler language, but I don't know what else would do the job. >> >> If you know of anything, please point me in the right direction. >> >> Thanks >> >> >> > > ___________________________________________________________________________ > > Philadelphia Linux Users Group -- > http://www.phillylinux.org > Announcements - > http://lists.phillylinux.org/mailman/listinfo/plug-announce > General Discussion -- > http://lists.phillylinux.org/mailman/listinfo/plug ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|