[COLUG] System info script

Rob Funk rfunk at funknet.net
Tue Feb 19 15:19:20 EST 2008


Robert Grimm wrote:
> I seem to recall some script that Phil provided to take system info
> from visitors to an intranet web site from my time at Team America.
> This information included the MAC address of the client machine. I
> need to gather the MAC address, OS, and system specs from a large
> number of machines on a network. Is that script still around? Could it
> handle this?

Check into using the "nmap" network-scanning tool.  Its -O option tries to 
figure out the OS, and after scanning your network with it you may find 
that your arp cache ("arp -a") includes the MAC addresses of all the 
machines on your LAN.

I've also found it handy to extract port/MAC mappings from my network's 
smart switch.  The "arping" command may be helpful too.

-- 
==============================|   "A microscope locked in on one point
 Rob Funk <rfunk at funknet.net> |Never sees what kind of room that it's in"
 http://www.funknet.net/rfunk |    -- Chris Mars, "Stuck in Rewind"


More information about the colug432 mailing list