Skip to content

This is a simple example of a port scanner that you can use to scan open ports. Please note that this script is for educational purposes only.

License

Notifications You must be signed in to change notification settings

Adityasinh-Sodha/Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Port-Scanner

This is a simple python script example for a port scanning that you can use to scan open ports. Please note that this script is for educational purposes only.
I do not take any responsibility for how you use this script. if you found anything usefull please support me by follow me.

Features

  • Scans for open ports on a specified host
  • Multi-threaded for faster scanning
  • Customizable scan range and timeout

Installation

For linux

apt update
apt upgrade
apt install git
apt install python3
git clone https://github.com/Adityasinh-Sodha/Port-Scanner
cd port-Scanner
python3 PortScanner.py

For Termux

apt update
apt upgrade
pkg install git
pkg install python3
git clone https://github.com/Adityasinh-Sodha/Port-Scanner
cd Port-Scnner
python3 PortScanner.py

In this script enter the number of the port where you want to start the scan and hit enter. Again, enter the last port number that you want to stop scanning

License

Distributed under the MIT License. See 'LICENSE' for more information.

Author

Developed by Adityasinh.

About

This is a simple example of a port scanner that you can use to scan open ports. Please note that this script is for educational purposes only.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages