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.
- Host: GitHub
- URL: https://github.com/dezeve/glow-scanner
- Owner: dezeve
- License: mit
- Created: 2024-05-07T21:12:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T02:44:42.000Z (about 2 years ago)
- Last Synced: 2025-01-19T10:42:16.859Z (over 1 year ago)
- Topics: port-scanner, port-scanner-socket, python, socket-programming
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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