Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberRoute committed Sep 19, 2024
1 parent 39de8c5 commit dc38833
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Phantom

## Overview
Phantom is an **ARP Scanner** tool that scans the network and retrieves information about devices connected to the same network. The tool provides details like IP addresses, MAC addresses, hostnames, and the manufacturers of the devices based on their MAC addresses.

Phantom is an **ARP Scanner** mostly designed to detect directly connected IoT devices. The tool provides details like IP addresses, MAC addresses, hostnames, and the manufacturers of the devices based on their MAC addresses.
The tool features a graphical user interface (GUI) built with **PySide6** (Qt framework) and utilizes **scapy** for ARP scanning.

---

## Features
Expand Down Expand Up @@ -43,7 +41,7 @@ Ensure the following dependencies are installed:

```bash
git clone https://github.com/CyberRoute/phantom.git
cd arp-scanner
cd phantom
```

2. **Install the dependencies with Pipenv**:
Expand Down Expand Up @@ -106,3 +104,6 @@ Ensure the following dependencies are installed:
- Press the **"Quit"** button to stop the ARP scan and close the application.
## Contribute
Fork the repo and send PRs if you like :)

0 comments on commit dc38833

Please sign in to comment.