https://github.com/netevert/micro-portscanner
A simple, concurrent python port scanner
https://github.com/netevert/micro-portscanner
concurrent-programming cybersecurity cybersecurity-education information-security osint-tool penetration-testing penetration-testing-tools pentesting-tools port-scanner port-scanner-in-python python security-tools
Last synced: 4 months ago
JSON representation
A simple, concurrent python port scanner
- Host: GitHub
- URL: https://github.com/netevert/micro-portscanner
- Owner: netevert
- License: mit
- Created: 2023-08-08T06:59:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T07:07:44.000Z (about 2 years ago)
- Last Synced: 2025-01-28T22:51:13.145Z (9 months ago)
- Topics: concurrent-programming, cybersecurity, cybersecurity-education, information-security, osint-tool, penetration-testing, penetration-testing-tools, pentesting-tools, port-scanner, port-scanner-in-python, python, security-tools
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# micro-portscanner
A simple, concurrent python port scanner.## Usage
```
usage: port_scanner.py [-h] -t TARGET [-r RANGE]Simple port scanner
options:
-h, --help show this help message and exit
-t TARGET, --target TARGET
Specifies the target host to scan
-r RANGE, --range RANGE
Specifies the port range to scan
```## Note
Point this scanner against `scanme.nmap.org` to test it