This Python script is a simple Nmap scanner that performs different types of scans (SYN ACK, UDP, Comprehensive) on an IP address. It displays Nmap version, scan info, IP status, protocols, and open ports for the chosen scan. Developed by Cyber_Bytezz, it showcases Nmap's power.
Welcome to our IP Scanner! This Python script, named "scanner.py", allows you to perform different types of scans on an IP address using the Nmap library. It provides valuable information about the target system's open ports, protocols, and more.
- SYN ACK Scan: Scan for open ports using SYN ACK packets.
- UDP Scan: Perform a UDP scan to discover open ports.
- Comprehensive Scan: Perform a comprehensive scan with verbose output and OS detection.
- More Options: Stay tuned for future updates and enhancements.
-
Clone the repository:
git clone https://github.com/your-username/ip-scanner.git
-
Install the required Python packages:
pip install -r requirements.txt
-
Run the
scanner.py
script:python ip-scanner.py
-
Follow the on-screen instructions to provide the IP address and select the scan type.
-
Sit back and let the scanner do its work. The results will be displayed on the console.
Contributions to this project are welcome! If you have any suggestions or improvements, please open an issue or submit a pull request.
Enjoy scanning and exploring networks with our IP Scanner!