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.
- Host: GitHub
- URL: https://github.com/adityasinh-sodha/port-scanner
- Owner: Adityasinh-Sodha
- License: mit
- Created: 2024-04-20T09:00:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T05:53:54.000Z (6 months ago)
- Last Synced: 2025-02-08T10:17:23.553Z (5 months ago)
- Topics: automation, openport, ports, portscanner, python, pythonscripts, wifi, wifi-network
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.