inicio mail me! sindicaci;ón

Pyoui

OUI stands for Organizationally Unique Identifier. In every electronic device which has a MAC address, the first (most weighted) 24 bits are the OUI, and they identify the vendor of that device.

Usually, when you are sniffing network traffic you can be interested in which network cards are louding out there or even if the MAC address is faked. This console python program is intended to help you such things.

A little example:

$ pyoui 00:1d:60:ae:e3:42 00:80:5A 00:1A:16:7B:27:D9
001D60 ASUSTek COMPUTER INC.
00805A TULIP COMPUTERS INTERNAT’L B.V
001A16 Nokia Danmark A/S

You can download it here (146k, compressed with gzip). You need python installed. It is tested with Python 2.5.4.

Leave a Comment