Anti DC++ DDOS Attack


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. 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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.