Skip to content

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.

Notifications You must be signed in to change notification settings

cyber-bytezz/Scanner-Ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Scanning Networks

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.

IP Scanner

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.

Features

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

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/ip-scanner.git
  2. Install the required Python packages:

    pip install -r requirements.txt
  3. Run the scanner.py script:

    python ip-scanner.py
  4. Follow the on-screen instructions to provide the IP address and select the scan type.

  5. Sit back and let the scanner do its work. The results will be displayed on the console.

Contributions

Contributions to this project are welcome! If you have any suggestions or improvements, please open an issue or submit a pull request.

Acknowledgements

  • Nmap: The powerful network scanning tool - nmap.org
  • Developed by Cyber_Bytezz - GitHub

Enjoy scanning and exploring networks with our IP Scanner!

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages