项目作者: GigabitWiFi

项目描述 :
Research on amplification attacks and their structures.
高级语言: C
项目地址: git://github.com/GigabitWiFi/AmpResearch.git
创建时间: 2021-04-14T16:25:46Z
项目社区:https://github.com/GigabitWiFi/AmpResearch

开源协议:GNU General Public License v3.0

下载


Distributed Denial of Service Amplification Attacks

Over time I have collected some interesting types of attacks and broke them down to
explain how to either block, or mitigate them.

What is an “amplification attack”?

Amplification attacks are used in Distributed Denial of Service (DDoS) attacks. In particular, these types of “amplified” attacks either
consist of well-formed packets, or malformed packets. Ranging from many different protocols and types, these attacks are hard to mitigate.
Especially in size, amplification attacks are a growing threat to our digital world.

Why list them on GitHub?

This repository is designed and intended to solely educate and to aid companies of all sizes in protecting their infrastructures.

How do I compile these scripts?

You can do that using gcc. Not sure how to do that? Have a look below:

gcc example.c -o example -pthread