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

https://github.com/dezeve/glow-scanner

glow-scanner is a port scanning program made with Python.
https://github.com/dezeve/glow-scanner

port-scanner port-scanner-socket python socket-programming

Last synced: about 1 month ago
JSON representation

glow-scanner is a port scanning program made with Python.

Awesome Lists containing this project

README

          

# About

glow-scanner is a port scanning program made with Python.

### A Note About Using This Program

This program is provided for educational purposes only. It is not guaranteed to be bug-free or function as intended. Use it responsibly and ethically. Always obtain permission from the owner before scanning any system that does not belong to you. Scanning unauthorized systems can be a violation of law or security policy.

### How to Use

To use glow-scanner, run the main.py file in the glow-scanner/src directory with `python3 main.py` command.

### Used Technologies

- Python
- Python *socket* module