Skip to content

Latest commit

 

History

History
72 lines (57 loc) · 2.16 KB

README.md

File metadata and controls

72 lines (57 loc) · 2.16 KB

Disclaimer

This script is intended for educational and penetration testing purposes only. Ensure that you have the necessary permissions before scanning any network or system.

Author

Sugat Nikam

Port-Scanner

Simple Port Scanner is a lightweight penetration testing script written in Bash, designed for scanning open and closed ports on a target system.

Features

  • Ease of Use: Simple and easy-to-understand script suitable for both beginners and experienced users.
  • Cross-Platform: Compatible with both Linux and Windows environments.
  • Colorful Output: Utilizes colored text to clearly indicate open and closed ports for better visibility.
  • Customizable: The script allows you to scan ports on a specified target host.

Requirements

  • Linux
  • Bash shell

Usage

Linux

  1. Clone the repository:

    git clone https://github.com/NikamSugat/Port-Scanner.git
    
  2. Change directory:

    cd simple-port-scanner
    
  3. Run the port scanner script:

    ./port_scanner.sh <target_host>
    

    Replace <target_host> with the IP address or hostname of the target.

Windows

  1. Clone the repository or download the ZIP file and extract it:

    git clone https://github.com/NikamSugat/Port-Scanner.git
    
  2. Navigate to the script directory:

    cd simple-port-scanner
    
  3. Using Git Bash: Run the port scanner script using Git Bash, which is a Bash environment provided by Git for Windows:

    bash port_scanner.sh <target_host>
    

    Replace <target_host> with the IP address or hostname of the target.

  4. Using Windows Subsystem for Linux (WSL): If you have WSL installed, navigate to the script directory in the WSL terminal and execute the script:

    ./port_scanner.sh <target_host>
    

    Replace <target_host> with the IP address or hostname of the target.

Try HackMe

LinkedIn

Contact

For any queries, contact me through email: gamersugat571@gmail.com