An open API service indexing awesome lists of open source software.

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

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"
```