Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

progsky/Network_Scanner

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

███████╗ █████╗ ███████╗████████╗     █████╗ ██████╗ ██████╗ 
██╔════╝██╔══██╗╚══███╔╝╚══██╔══╝    ██╔══██╗██╔══██╗██╔══██╗
███████╗███████║  ███╔╝    ██║       ███████║██████╔╝██████╔╝
╚════██║██╔══██║ ███╔╝     ██║       ██╔══██║██╔═══╝ ██╔═══╝ 
███████║██║  ██║███████╗   ██║       ██║  ██║██║     ██║     
╚══════╝╚═╝  ╚═╝╚══════╝   ╚═╝       ╚═╝  ╚═╝╚═╝     ╚═╝     
           FAST  ARP  SCANNER


# Fast ARP Scanner

A simple and fast ARP network scanner written in Python.  
Automatically detects your local subnet (if not specified), supports multiple target ranges, parallel scanning, and outputs results in table, JSON, or CSV format.

## Requirements
- Python 3.6+
- scapy
- tabulate
- colorama

Install dependencies:
```bash
pip install -r requirements.txt


Usage

# Scan local subnet (auto-detect)
sudo python3 network_scanner.py

# Scan a specific range
sudo python3 network_scanner.py -t 192.168.0.1/24

# Multiple ranges
sudo python3 network_scanner.py -t 192.168.0.1/24,192.168.1.1/24

# JSON output
sudo python3 network_scanner.py -t 192.168.0.1/24 -f json

# CSV output
sudo python3 network_scanner.py -t 192.168.0.1/24 -f csv

# Parallel scanning with 4 threads
sudo python3 network_scanner.py -t 192.168.0.1/24 -p 4


Arguments

-t, --target — Target IP or IP range (CIDR). Multiple ranges separated by commas. If omitted, local subnet will be used.

-f, --format — Output format: table (default), json, csv.

-p, --parallel — Number of parallel scans (default: 1).

Notes

Requires root privileges to send ARP requests.

Works only within the local network segment.

On Windows, run from an elevated prompt or use WSL with scapy installed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.