Guest User

Untitled

a guest
Jan 22nd, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. iptables -A INPUT -p tcp -m tcp --dport 80 -m string --string "GET / HTTP/1.0" --algo kmp --to 1024 -m recent --set --name httpddos --rsource
  2. iptables -A INPUT -p tcp -m tcp --dport 80 -m string --string "GET / HTTP/1.0" --algo kmp --to 1024 -m recent --update --seconds 10 --hitcount 2 --name httpddos --rsource -j DROP
Add Comment
Please, Sign In to add comment