https://github.com/berjango/conalert
Alerts user when the number of network connections exceeds a certain value.
https://github.com/berjango/conalert
cybersecurity python3
Last synced: 9 months ago
JSON representation
Alerts user when the number of network connections exceeds a certain value.
- Host: GitHub
- URL: https://github.com/berjango/conalert
- Owner: Berjango
- Created: 2024-10-07T03:35:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-12T06:37:49.000Z (over 1 year ago)
- Last Synced: 2025-01-16T07:31:33.830Z (over 1 year ago)
- Topics: cybersecurity, python3
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
conalert.py
USE THIS PROGRAM AT YOUR OWN RISK.THERE IS NO GUARANTEE THAT IT WORKS
Creates a popup window and verbal message when the number of network connections exceeds a certain value. Useful for cybersecurity purposes.
Designed for linux and my situation but may be useful for others.
to install type "sh install" in a terminal in the program folder.
to run type "python3 conalert.py" in the program folder.
Alternatively ,just type "sh run" to install the program and then run it.
LICENSE - as free as it gets.Good luck.