https://github.com/aaron-akhtar/idetection
Network Monitoring & Attack Detection
https://github.com/aaron-akhtar/idetection
ddos-attacks ddos-detection ddos-detector java network-analysis network-monitoring networking packet packet-capture packets pcap
Last synced: 11 months ago
JSON representation
Network Monitoring & Attack Detection
- Host: GitHub
- URL: https://github.com/aaron-akhtar/idetection
- Owner: Aaron-Akhtar
- Created: 2021-08-08T05:44:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T16:18:18.000Z (over 4 years ago)
- Last Synced: 2025-04-09T00:34:19.701Z (about 1 year ago)
- Topics: ddos-attacks, ddos-detection, ddos-detector, java, network-analysis, network-monitoring, networking, packet, packet-capture, packets, pcap
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iDetection
### Download Latest Jar File
https://github.com/Aaron-Akhtar/iDetection/releases/download/1/iDetection.jar
iDetection allows you to Monitor your target Network Interface's Incoming Traffic, and possibly detect (and packet capture) any (Distributed) Denial of Service Attacks.
### Setup (Debian)
Step 1, Install Java.
```
apt-get install default-jre -y
```
Step 2, Run iDetection.
```
java -jar iDetection.jar
# example: "java -jar iDetection.jar eth0"
```