Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mitzCanCode authored Jun 22, 2024
1 parent 3f4ed3e commit 83052b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview
This Python-based network scanner allows you to scan your local network to identify connected devices, their IP addresses, MAC addresses, device names, and vendors. It utilizes ARP requests to map the network and provides options to save the results in various formats (JSON, XML, or plain text).
It also includes a packet sniffer, a scanner that pings every device on the network and a command to check for open ports on found devices
It also includes a packet sniffer, a scanner that pings every device on the network.

## Installation
### Prerequisites
Expand Down Expand Up @@ -35,7 +35,6 @@ This script includes functions to:
- Save scan results in different formats (JSON, XML, TXT).
- Display the scan results in a formatted table.
- Sniff packets on the network.
- Check for open ports on found devices.
- Scan by pinging each device on the network.

## Contribution
Expand Down

0 comments on commit 83052b7

Please sign in to comment.