With Ddos2track tool you can block HTTP Flood Attacks and break down them with a honeypot.
THE TOOL SEND YOU AN ADVERTISING EMAIL AFTER DETECT A DDOS ATTACK!
To begin with begin the honeypot server (tools/analyze/logger.py).
At that point begin the locator (tools/detector/detector.sh) in another window.
On the off chance that an attacker attack your server in preconfigured port (80), the indicator will redirect all attacker requests to the honeypot amid 5 seconds and next the attacker IP will be blocked.
You can modify options and active redir2attackers, this option allows you to redirect all trafic to attacker IP, so attacker will be DoSing its own network 😉
To view all DDoS Requests you can view the logs at ‘/tools/analyzer/ddos.log‘ To view all attackers IPs you can view it at ‘tools/detector/attackers.txt‘
chmod 777 INSTALL.sh sh INSTALL.sh
./ddos2track Follow instructions
The sort command in Linux reads lines from files or standard input and writes them to standard…
The wall command in Linux sends a message to the terminals of all currently logged-in users. The…
journalctl queries logs collected by systemd-journald, the systemd logging daemon. It gives you structured access to kernel…
The stat command in Linux displays detailed metadata about files and filesystems. Where ls gives a condensed summary suitable…
In Linux, groups organize user accounts and define shared access to files and resources. Every…
The touch command in Linux does two things: it creates new empty files, and it updates the…