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

https://github.com/eze-kiel/portscanner

A simple port scanner in Python
https://github.com/eze-kiel/portscanner

Last synced: 3 months ago
JSON representation

A simple port scanner in Python

Awesome Lists containing this project

README

        

# portScanner
A simple port scanner in Python

Based on the following tutorial :
https://www.pythonforbeginners.com/code-snippets-source-code/port-scanner-in-python

To execute the script, write :

```python portScanner.py IP PORTMIN PORTMAX```