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
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…
Introduction In digital investigations, images often hold more information than meets the eye. With the…
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…
What is a Port? A port in networking acts like a gateway that directs data…
The ls command is fundamental for anyone working with Linux. It’s used to display the files and…
The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…