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
- Host: GitHub
- URL: https://github.com/eze-kiel/portscanner
- Owner: eze-kiel
- Created: 2019-01-27T12:29:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T09:57:02.000Z (over 6 years ago)
- Last Synced: 2025-01-05T11:43:44.026Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portScanner
A simple port scanner in PythonBased on the following tutorial :
https://www.pythonforbeginners.com/code-snippets-source-code/port-scanner-in-pythonTo execute the script, write :
```python portScanner.py IP PORTMIN PORTMAX```