Skip to content

Instantly share code, notes, and snippets.

View dagelf's full-sized avatar

Coenraad Loubser dagelf

View GitHub Profile
@dagelf
dagelf / macs.pl
Created September 13, 2024 16:38
Convert all MAC addresses into their vendor names, pipe macs in or out, resolve lots of macs locally, quickly
#!/usr/bin/perl
# if it doesn't work, try:
# sudo cpan install Text::CSV
use strict;
use warnings;
use File::stat;
use Text::CSV;