Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.


Developed on Kali
Python

## 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
```