Detects DDoS attacks and capture the traffic then dump lol
Works best for VPS servers. Once packets are dump you can analysis them
sudo apt-get install dos2unix
sudo apt-get install tshark
sudo apt-get install tcpdump
sudo apt-get install screen
chmod +x tcpdump.sh
dos2unix tcpdump.sh
screen bash tcpdump.sh