https://github.com/ruskydev/port-scanner
A super-fast port scanner tool written in pure Python with no extra dependencies and various customizable options.
https://github.com/ruskydev/port-scanner
Last synced: 10 months ago
JSON representation
A super-fast port scanner tool written in pure Python with no extra dependencies and various customizable options.
- Host: GitHub
- URL: https://github.com/ruskydev/port-scanner
- Owner: RuskyDev
- Created: 2025-08-16T09:37:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-16T09:55:26.000Z (10 months ago)
- Last Synced: 2025-08-16T11:40:31.381Z (10 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Port Scanner
A super-fast port scanner tool written in pure Python with no extra dependencies and various customizable options.
## Features
- Scan a range of ports on any target host
- Supports high concurrency
- Customizable timeout
- Displays progress while scanning
## Requirements
- Python 3.8+
- No external dependencies
## Usage
```bash
$ python3 main.py [--start START_PORT] [--end END_PORT] [--concurrency N] [--timeout SECONDS] [--ipv6]
````
## Example
```bash
$ python3 main.py 127.0.0.1 --start 1 --end 1000 --concurrency 200 --timeout 0.3
```
## Disclaimer
This tool was created for penetration testing and educational purposes only. I take no responsibility for how this script is used.
I can also develop custom penetration testing scripts for any purpose. DM me on Discord: **ruskydev**