Return to Snippet

Revision: 29508
at July 30, 2010 20:35 by itrack


Initial Code
IPTABLES -A INPUT -d $TARGET_IP -p tcp –dport $TARGET_PORT –tcp-flags ALL PSH,ACK -m string –algo bm –string MyNick –to 100 -j REJECT –reject-with tcp-reset

Initial URL


Initial Description


Initial Title
Anti DC++ DDOS Attack

Initial Tags


Initial Language
Bash