Awesome
Anti DDOS | BASH SCRIPT
<img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg"> <img src="https://img.shields.io/github/stars/anti-ddos/Anti-DDOS?style=social"> <img src="https://img.shields.io/github/forks/anti-ddos/Anti-DDOS?style=social"> <img src="https://img.shields.io/github/repo-size/anti-ddos/Anti-DDOS"> <img src="https://img.shields.io/github/license/anti-ddos/Anti-DDOS"> <img src="https://img.shields.io/github/issues/detail/author/anti-ddos/Anti-DDOS/1"> <img src="https://img.shields.io/badge/platform-linux-success.svg"> <img src="https://img.shields.io/badge/version-2.3-yellow">
Programming Languages :
- BASH
System :
- Linux
- Windows (via MSYS2)
Explanation :
Anti-DDOS project is an open source software project developed to protect against DOS and DDoS attacks. The project was written using bash programming language. By writing iptables rules into the Linux operating system. Takes the necessary defense configurations. And it only works on the linux operating system (or see Windows Installation for Windows). 100% compatible for Linux operating systems. It does not provide 100% security, it will only help you to take the necessary measures.
How to use ?
You need to set the config file according to your system architecture.
Windows Installation
This requires MSYS2 (winget install msys2
).
msys2
git clone https://github.com/anti-ddos/Anti-DDOS
cd ~/Anti-DDOS
bash ./anti-ddos.sh
RUN
root@ismailtasdelen:~# bash ./anti-ddos.sh
Cloning an Existing Repository ( Clone with HTTPS )
root@ismailtasdelen:~# git clone https://github.com/ismailtasdelen/Anti-DDOS.git
Cloning an Existing Repository ( Clone with SSH )
root@ismailtasdelen:~# git clone git@github.com:ismailtasdelen/Anti-DDOS.git