Anti-DDOS

🔒 Anti DDOS | Bash Script Project 🔒
授权协议 MIT License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 贺元明
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Anti DDOS | BASH SCRIPT

anti-ddos bash-language

Programming Languages :

  • BASH

System :

  • Linux

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. 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.

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

About DOS and DDOS :

Denial of Service : https://www.owasp.org/index.php/Denial_of_Service
Denial of Service Cheat Sheet : https://www.owasp.org/index.php/Denial_of_Service_Cheat_Sheet
Application Denial of Service : https://www.owasp.org/index.php/Application_Denial_of_Service
Testing for Denial of Service : https://www.owasp.org/index.php/Testing_for_Denial_of_Service
DRAFT Denial of Service Cheat Sheet : https://www.owasp.org/index.php/DRAFT_Denial_of_Service_Cheat_Sheet
Regular expression Denial of Service - ReDoS : https://www.owasp.org/index.php/Regular_expression_Denial_of_Service_-_ReDoS

Published Website :

KitPloit - https://www.kitploit.com/2017/10/anti-ddos-anti-ddos-bash-script.html
CISOfy - https://linuxsecurity.expert/tools/anti-ddos/

Contact :

Mail : ismailtasdelen@protonmail.com
Linkedin : https://www.linkedin.com/in/ismailtasdelen
GitHub : https://github.com/ismailtasdelen
Telegram : https://t.me/ismailtasdelen
  • 基本概念 什么是黑洞 当云主机受到大量攻击后,云服务商会将该主机拉入黑洞(或者叫拉黑),限制其外网连接,当攻击停止后,自动解封。 由于云服务商也是向运营商购买黑洞服务,因此受限于运营商的策略,无法手工或人工的解封云主机。 清洗原理 检测客户的业务受到异常流量攻击后,将原始业务系统的流量引流到云服务商的DDOS清洗系统,丢弃掉某些外部IP的请求,将剩余的健康流量返回给业务系统。 常见DDOS攻击类型

  • Distributed Denial of Service Flood ,  NTP: monlist request Malformation, ICMP can't reached  Scan&Probe 逐流检测 逐包检测   报文合法性: RFC 特征过滤:DNS NTP QR 和 TC TC源认证(TC=1 TCP方式发送) + 首包丢弃   CNAME模式,域名重命名   首包丢弃+

  • Anti-DDoS流量清洗(CT-AntiDDoS ,Anti-DDoS )通过专业的DDoS防护设备来为用户互联网应用提供精细化的抵御DDOS攻击能力,如UDP Flood攻击、SYN Flood攻击和CC攻击等,保证合法用户的正常访问与业务正常运行。同时可根据业务场景配置相关参数,用户可监控攻防状态,实时保证业务安全正常运行 üDDoS攻击:借助于客户机/服务器技术,将多个计算机联合起来作为攻

  • 摘要: Defense against distributed denial of service(DDoS) is one of the hardest security problems on the Internet.Netfilter is an excellent firewall framework that has plain structure to extend convenie

 相关资料
  • 反模式遵循与预定义设计模式相对立的策略。 该战略包括共同问题的共同方法,这些方法可以正式化,并且通常可被视为良好的发展实践。 通常,反模式是相反的并且是不期望的。 反模式是软件开发中使用的某些模式,被认为是糟糕的编程实践。 反模式的重要特征 现在让我们看一下反模式的一些重要特征。 正确性(Correctness) 这些模式实际上会破坏您的代码并使您做错事。 以下是对此的简单说明 - class R

  • 本软件在 v5.2.0 后不再开源 最开始是因为本软件所需的权限很高, 为了证明没做坏事所以开源 但现在发现有人拿我的代码加了广告加了引流, 重新发布app, 在用百度搜索时还排到很前面, 非常寒心 同时因为开始商用, 固不再开源, 尽请谅解 最新软件 https://anti-recall.com/ 新功能 能记录微信聊天界面消息 能记录微信主界面消息 能自定义通知提醒 能查看QQ图片 能查看闪

  • DoS Deflate 是一个轻量级的 bash shell 脚本,旨在协助阻止拒绝服务攻击的过程。它使用以下命令创建连接到服务器的 IP 地址列表及其总连接数。在软件层面,它是最简单、最容易的安装解决方案之一。 netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n 具有超过预先配置连接数量的 IP 地址会

  • kk-anti-reptile是,适用于基于spring-boot开发的分布式系统的反爬虫组件。 系统要求 基于spring-boot开发(spring-boot1.x, spring-boot2.x均可) 需要使用redis 工作流程 kk-anti-reptile使用基于Servlet规范的的Filter对请求进行过滤,在其内部通过spring-boot的扩展点机制,实例化一个Filter,并

  • 问题内容: 如何在 canvas. 上打开 anti-aliasing 功能。 以下代码无法画出一条流畅的线: 问题答案: 您可以按半像素距离平移画布。 最初,画布在物理像素之间的定位点。

  • HAVP (防病毒的HTTP代理服务器)是一个在同一时间内与几个扫描器( ClamAV ,F-Prot,卡巴斯基, NOD32 , Sophos)扫描下载病毒的代理。主要目标是持续的,无阻塞的下载和顺利扫描的动态和密码保护的HTTP流量。它可以用来与 Squid 一起运行或者是独立运行,支持透明代理模式。