Finds all the vendors in a MAC table, and then displays the MAC address, port #, and Vendor name, saves this info to a CSV file for easy review by your favorite spreadsheet app
- Needs a MAC hardware address table in a text file
- Needs a working internet connection to get the vendor names
- Uses Python 3.x
- Now attempts to update any of the required libraries (05/19/2022)
- Screen output now shows more relevant rows (04/26/2022)
- Adds name as a banner (see output)
- Now uses the tabular library to print the first 25 rows of the CSV file to the screen (04/20/2022)
- Added an intro (04/20/2022)
- Bug fix (04/14/2022)
- Now works with large IP ARP tables also (04/13/2022)
- Now works better in low memory situations (04/11/2022)
- Now has colors (as of 04/06/2022)