Created
August 21, 2013 11:06
-
-
Save tomgullo/6293127 to your computer and use it in GitHub Desktop.
drop_dos.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-A INPUT -p tcp -m tcp --dport 80 -m state --state NEW -m recent --set --name DEFAULT --rsource | |
-A INPUT -p tcp -m tcp --dport 80 -m state --state NEW -m recent --update --seconds 5 --hitcount 20 --name DEFAULT --rsource -j DROP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment