![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#16 (permalink) |
|
Uber Geek
Join Date: Aug 2002
Location: Virginia
Posts: 1,615
|
Very Simple Script
This one is too easy... and therefore has limitations.
The author of this Perl Module Net::MacMap made this impossibly simple. I've attached the sample he provides with his module (see below). Just to clarify, this sample is hard-coded with a sample MAC address. Simply modify this to accept input from STDIN, or via other methods... sniff, NS, etc. This script is quick and easy, but cannot be easily updated as the author included the OUI data in the module. Anyway, here's the simple script.
__________________
Help! I've been Simpsonized! Last edited by nashr : 01-12-2005 at 11:40 AM. |
|
|
|
|
|
#17 (permalink) | |
|
Humourless EuroMod.
Join Date: Mar 2004
Location: City of Mermaids, Denmark
Posts: 6,813
|
Quote:
Dutch
__________________
All your answers are belong to Google. SEARCH DAMMIT! Warning. Warning. Low C8H10N4O2 level detected. Operator halted.... |
|
|
|
|
|
|
#18 (permalink) | |
|
Not feeling funny...
Join Date: Jan 2003
Location: Rebrandsoftware's mom's house...
Posts: 1,699
|
Quote:
__________________
WTOTD Industries - Where quality is Job #3. G8tK33per doesn't care about the tarded people! -Kanye West |
|
|
|
|
|
|
#19 (permalink) |
|
Uber Geek
Join Date: Aug 2002
Location: Virginia
Posts: 1,615
|
oui2mysql.pl
Here you go. This script is my attempt to grab the oui.txt using LWP, parse it with the code from the mungeOUI script provided by dwakeman, and suck it into MySQL.
I've been around this damn thing 3 times now and FINALLY I've got the bug fixed. This should work now ![]()
__________________
Help! I've been Simpsonized! Last edited by nashr : 01-20-2005 at 11:40 AM. |
|
|
|