This script is intended for educational and penetration testing purposes only. Ensure that you have the necessary permissions before scanning any network or system.
Sugat Nikam
Simple Port Scanner is a lightweight penetration testing script written in Bash, designed for scanning open and closed ports on a target system.
- 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.
- Linux
- Bash shell
-
Clone the repository:
git clone https://github.com/NikamSugat/Port-Scanner.git
-
Change directory:
cd simple-port-scanner
-
Run the port scanner script:
./port_scanner.sh <target_host>
Replace
<target_host>
with the IP address or hostname of the target.
-
Clone the repository or download the ZIP file and extract it:
git clone https://github.com/NikamSugat/Port-Scanner.git
-
Navigate to the script directory:
cd simple-port-scanner
-
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. -
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.
For any queries, contact me through email: gamersugat571@gmail.com