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.
- 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
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
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 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.