|
NAMEsdig - The Switch DiggerSYNOPSISsdig [-d] [-v] [-F] [-p/-P] [-f config] [-m/-m MAC] ( IP | hostname )DESCRIPTIONThe Switch Digger, or sdig, is a tool that is intended to help network administrators track down systems. It was designed in a public school district environment with about 1500 systems spread across 25 remote locations.sdig works by first finding the IP address of the target system, then it contacts the router(s) in that network to get the MAC address for that IP address. With that known, it then probes every switch on the target network to find a port number. The port that doesn't lead to another switch is returned, along with any description you may have provided. OPTIONS
LIMITATIONSYou can't track down arbitrary hosts on the Internet. Well, most people can't. You might be able to do this if you convince all the router and switch manufacturers of the world to drop in a SNMP backdoor for your sdig host. US government three letter entities: contact me for details.BUGSThis program was developed on just one kind of system (Linux glibc2) so it probably doesn't compile cleanly on others.NOTE: version 0.45 was developed on Solaris x86/SPARC and also works there. BACKGROUNDI (Russell Kroll) first wrote this program to show some local people that you don't need to dump lots of money into a program like 3com's Transcend just to hunt down some lusers on your network. If you don't need to create fancy network diagrams to impress the PHBs, then this program will probably work for you.It was developed originally on 3com SuperStack 3300s, and continues to be tested both on those and various HP 2324s and 4108s. Other equipment should also work if it provides the same basic OIDs. Jim Klimov also tested it in a diverse network with HP, Cisco, Avaya, and Allied Telesyn equipment, to name a few. SEE ALSOsdig.conf(5)AUTHORSRussell Kroll <rkroll@exploits.org> up till sdig-0.40 Russell A. Jackson <raj@csub.edu> sdig-0.41 .. sdig-0.44 Jim Klimov <jimklimov@gmail.com> sdig-0.45
Visit the GSP FreeBSD Man Page Interface. |