An open source project developed against the DOS and DDoS attack by writing iptables rules into the Linux OS is called the Anti-DDoS project.
We need to make sure before implementing or executing the rules take all necessary defense configurations. The anti-DDoS project will work only on Linux OS, it will not provide 100% security, but it helps you to take necessary measures.
DDoS or Distributed Denial of Service is a type of DOS attack where multiple compromised systems, which are often infected with a Trojan, are used to target a single system causing a Denial of Service (DoS) attack, in other words, attack meant to shut down a machine or network, making it inaccessible to its intended users.
In order to use this application, you need to set the config file according to your system architecture.
Also Read Rootstealer – Trick To Inject Commands On Root Terminal
root@ismailtasdelen:~# bash ./anti-ddos.sh root@ismailtasdelen:~# git clone https://github.com/ismailtasdelen/Anti-DDOS.git root@ismailtasdelen:~# git clone git@github.com:ismailtasdelen/Anti-DDOS.git Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…