-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Amplification ddos attack
MH_ProDev edited this page Mar 28, 2022
·
7 revisions
Note: This Methods need spoofable servers!
A reflection amplification attack is a technique that allows attackers to both magnify the amount of malicious traffic they can generate and obscure the sources of the attack traffic. This type of distributed denial-of-service (DDoS) attack overwhelms the target, causing disruption or outage of systems and services.
Wiki: https://en.wikipedia.org/wiki/IP_address_spoofing
Checker: https://github.com/MHProDev/IPHM-Checker
apt install zmap
zmap -p53 --output-filter='sport=53' -Mudp --probe-args=file:dns.pkt -f "saddr udp_pkt_size" -o dns.txt
Full document in https://github.com/Phenomite/AMP-Research