A simple Intrusion Detection System that monitors network traffic for potential Denial of Service attacks by tracking request counts per IP address and banning suspicious activity.
--help
- Display help information--threshold
- Max requests per minute per IP (default: 50)--ban-time
- Ban duration in seconds (default: 300)--interface
- Network interface to monitor (e.g., eth0)