An open API service indexing awesome lists of open source software.

https://github.com/adityasinh-sodha/port-scanner

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.
https://github.com/adityasinh-sodha/port-scanner

automation openport ports portscanner python pythonscripts wifi wifi-network

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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
```bash
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
```bash
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**.