Skip to content

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

License

Notifications You must be signed in to change notification settings

NikamSugat/Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages