jamiecaesar / securecrt-tools

SecureCRT scripts, written in Python, for doing various tasks when connected to Cisco equipment.
Apache License 2.0
246 stars 78 forks source link

Added DNS and MAC OUI lookups to Switchport_mapping.py (other code cleanup) #33

Closed methridge closed 6 years ago

methridge commented 6 years ago

.gitignore Added ignore for CSV files

create_sessions_from_cdp.py Missing setup for logger

switchport_mapping.py Import socket module (if possible) for DNS lookups Import of manuf script for looking up MAC to Vendor Name Added mac_to_vendor function for looking up MACs OUI Added DNS and MAC look ups while processing each entry

securecrt_tools: Added manuf database from Wireshark (https://code.wireshark.org/review/wireshark) Added manuf.py module / script for doing MAC to OUI lookups using the wireshark manuf database (https://github.com/coolbho3k/manuf)