Skip to content

Anti-DDOS to traffic the source and maybe to keep it safe if that possible 🧐

License

Notifications You must be signed in to change notification settings

Yezz123-Archive/AntiDDOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Anti-DDoS uses behavioural analysis, traffic signatures, rate limiting, and other such techniques to identify malicious traffic per source-address.

# For debugging use iptables -v.
IPTABLES="/sbin/iptables"
IP6TABLES="/sbin/ip6tables"
MODPROBE="/sbin/modprobe"
RMMOD="/sbin/rmmod"
ARP="/usr/sbin/arp"
LOG="LOG --log-level debug --log-tcp-sequence --log-tcp-options"
LOG="$LOG --log-ip-options"
RLIMIT="-m limit --limit 3/s --limit-burst 8"
PHIGH="1024:65535"
PSSH="1000:1023"

Medium Twitter Discord

About

Anti-DDOS to traffic the source and maybe to keep it safe if that possible 🧐

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages