https://github.com/mbeardwell/simple-port-scanner
Lightweight TCP port scanner
https://github.com/mbeardwell/simple-port-scanner
Last synced: over 1 year ago
JSON representation
Lightweight TCP port scanner
- Host: GitHub
- URL: https://github.com/mbeardwell/simple-port-scanner
- Owner: mbeardwell
- Created: 2025-02-24T20:14:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T23:50:17.000Z (over 1 year ago)
- Last Synced: 2025-04-10T22:58:34.766Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Port Scanner
A basic TCP port scanner.
## Installation
To run the port scanner please follow the instructions below.
### Prerequisites
Ensure you have **Python 3.7+** installed.
1. Clone the repository
```bash
git clone https://github.com/mbeardwell/simple-port-scanner.git
cd simple-port-scanner
```
2. Run the program
```bash
python3 port_scanner.py -h
```
## Author
[Matthew Beardwell](https://github.com/mbeardwell)
* * *