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 wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…
The top command in Linux provides a real-time view of running processes and system resource usage. From…
The usermod command in Linux modifies existing user account attributes. You can use it to manage group…
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…