Skip to content

ByteNetScanner is a Python tool for network scanning, including ping sweep, host enumeration, DNS lookup, subnet discovery, traceout, and port scanning.

Notifications You must be signed in to change notification settings

neooverride/ByteNetScanner

Repository files navigation

ByteNetScanner 🔍💻.

Alt Text

ByteNetScanner is a suite of scripts designed for fast and efficient network discovery, IP address validation, domain lookups, and much more.

🚀 Features:

  1. Ping Sweep: Efficiently check the status of multiple IPs using a ping test, with support for CIDR notation, domain validation, and more.
  2. Active Host Enumeration: Identify live hosts in a network, including OS detection, MAC address retrieval, and ping-based host checks.
  3. DNS Lookup: Perform both forward and reverse DNS lookups for IPv4 and IPv6 addresses. Detect and handle multiple inputs and resolve unknown domains.
  4. Subnet Mask Discovery: Discover the subnet mask for a given range of IPs and calculate network masks.
  5. Traceout Analysis: Traceroute analysis using ICMP, TCP, or UDP protocols, with geolocation data for each hop and broadcast address detection.
  6. Port Scanning: Scan a range of ports on a target system using multi-threaded parallel scanning for speed.

⚙️📦 Required Dependencies:

  • Update the linux:
sudo apt update
  • For installing Python 3:
sudo apt install python3
  • For network scanning and traceroute functionality:
pip install scapy
  • For making HTTP requests to get geolocation data:
pip install requests

🛠️ Installation:

  • Clone the repository to your local machine:
git clone https://github.com/neooverride/ByteNetScanner.git
  • Navigate into the project directory:
cd ByteNetScanner

🧑‍💻 Usage:

Once the setup is complete, you can run the main.py script.

sudo python main.py

💪 Future Enhancements 🔮:

I will update this project ByteNetScanner in the future to make it more advanced and capable of bypassing firewalls.

🤝 Contributing:

I welcome contributions from the community. You can fork the repository, submit issues, or create pull requests.

About

ByteNetScanner is a Python tool for network scanning, including ping sweep, host enumeration, DNS lookup, subnet discovery, traceout, and port scanning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages