Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.12 KB

File metadata and controls

28 lines (19 loc) · 1.12 KB

Network-scanner

This is a Python-based network scanner that allows you to discover devices on a network and capture network packets for analysis. The scanner is built using the Scapy library and provides a user-friendly interface for network diagnostics and security assessments.

Features

  • Discover devices on a network by sending ARP requests
  • Capture network packets and view device information
  • Save captured packets to a pcap file for further analysis

Usage

Use git clone to install the folder.

git clone https://github.com/hel4s/Simple-Network-Scanner.git

On your terminal change the directory to the Simple-Network-Scanner folder, then run:

sudo python3 scanner.py

Tutorial

For a detailed step-by-step tutorial on how to build this network scanner, check out our blog post: Network Scanner with Packet Capture using Scapy

Contributions

Contributions to this project are welcome! If you have any suggestions, bug reports, or feature requests, please feel free to open an issue or submit a pull request.