Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ares-21/mactrace
A tool to check for MAC addresses vendor
https://github.com/ares-21/mactrace
cybersecurity hacking hacking-tool macaddress macaddress-lookup offensive-security open-source penetration-testing penetration-testing-tools pentest pentesting readteaming redteam redteam-tools
Last synced: 1 day ago
JSON representation
A tool to check for MAC addresses vendor
- Host: GitHub
- URL: https://github.com/ares-21/mactrace
- Owner: Ares-21
- Created: 2024-01-07T20:56:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T18:29:24.000Z (3 months ago)
- Last Synced: 2024-08-29T20:49:34.743Z (3 months ago)
- Topics: cybersecurity, hacking, hacking-tool, macaddress, macaddress-lookup, offensive-security, open-source, penetration-testing, penetration-testing-tools, pentest, pentesting, readteaming, redteam, redteam-tools
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MacTrace
This is a GUI based tool built on python for checking mac vendor of any device or software. pyqt5 is used for simple and easy interface.
## Screenshots
![macvendor](https://github.com/user-attachments/assets/6c9387a3-06c4-4fdd-881e-f8155ed22a5b)
## Installation
To install and run this tool:
```bash
git clone https://github.com/A1a0k1a0s1h/MacTrace.git
```
Go to the file and install the requirements:```bash
cd MacTrace
pip install requirements.txt
```
Once installed the requirements run using```bash
python MacTrace.py
```