An open API service indexing awesome lists of open source software.

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

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)

* * *