https://github.com/kamikaramazov/pyscanner
A Python-based port scanner that allows you to use multiple threads to search a given IP address for open ports. Simply specify the starting and terminating port numbers, as well as the number of threads to utilize.
https://github.com/kamikaramazov/pyscanner
cybersecurity networksecurity portscanner python scanner
Last synced: 2 months ago
JSON representation
A Python-based port scanner that allows you to use multiple threads to search a given IP address for open ports. Simply specify the starting and terminating port numbers, as well as the number of threads to utilize.
- Host: GitHub
- URL: https://github.com/kamikaramazov/pyscanner
- Owner: KamiKaramazov
- License: gpl-3.0
- Created: 2023-05-06T08:33:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T13:52:26.000Z (about 3 years ago)
- Last Synced: 2025-12-26T16:44:42.880Z (7 months ago)
- Topics: cybersecurity, networksecurity, portscanner, python, scanner
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyScanner
A Python-based port scanner that allows you to use multiple threads to search a given IP address for open ports. Simply specify the starting and terminating port numbers, as well as the number of threads to utilize.
- IP address of the target host
- Starting and ending port range to scan
- Number of threads to use for scanning
## Installation
```sh
git clone https://github.com/KamiKaramazov/PyScanner.git
```
## Usage
```sh
cd PyScanner
python PyScanner.py
```
The tool will request the user to input the starting and finishing port ranges, as well as the number of scanning threads. When the scan is finished, a list of open ports with their related service names (if available) will be shown.