Ddos2Track: Script to avoid DDoS attacks

Ddos2Track: Script to avoid DDoS attacks

Ddos2Track: Script to avoid DDoS attacks


With this tool you can block HTTP Flood Attacks and analyze them with a honeypot. The tool sends you an email after detecting a DDOS attack.

Mode of use


  • First, start the honeypot server (tools / analyze / logger.py).
  • Then, start the detector (tools / detector / detector.sh) in another window.
  • If an attacker attacks your server in a preconfigured port (80), the detector will redirect all requests to attack the honeypot for 5 seconds and then the attacker's IP will be blocked.
  • You can modify options and activate redir2attackers, this option allows you to redirect all traffic to the attacker's IP, so the attacker will attack your own network;)
  • To see all DDoS requests, you can see the records in '/tools/analyzer/ddos.log'. To see all the IP addresses of the attackers, you can see them in 'tools / detector / attacker.txt'.

Installation


user @ computer: $ chmod 777 INSTALL.sh 
sh INSTALL.sh


Run


user @ computer: $ chmod 777 INSTALL.sh 
./ddos2track