A simple Python-based Network Intrusion Detection System (NIDS).
- Detects SYN scans, ICMP sweeps, brute-force attempts, and signature-based attacks.
- Uses Scapy for live packet monitoring.
- Logs alerts to
alerts.log.
- Run PowerShell or CMD as Administrator.
- Install dependencies:
- Start:
- Check
alerts.logfor detected events.
- Python 3.8+
- Npcap (WinPcap-compatible)
- Administrator privileges