A simple configurable tool to monitor remote ports and notify if not accessible
-
Updated
Mar 17, 2024 - JavaScript
A simple configurable tool to monitor remote ports and notify if not accessible
KPots is a simple honeypots system to capture and log traffic to specified ports. Requires Netcat for monitoring and IPTables for banning. Requires dig for filtering out your own ip address. (Note: I will be adding alternatives in a later realease, but for now, just install dig.)
The script allows the user to input a host IP, port, and threshold for number of connections. The user can also select the protocol for monitoring either TCP or UDP. The script then starts a thread to monitor the network connection and it raises an alert if the threshold is exceeded. The user can start and stop monitoring with simple buttons.
C# multi-threading COM-port monitor
Add a description, image, and links to the port-monitoring topic page so that developers can more easily learn about it.
To associate your repository with the port-monitoring topic, visit your repo's landing page and select "manage topics."