Last active
May 19, 2020 04:09
-
-
Save nczz/4d04deeabba043b6111594bb8d010a3c to your computer and use it in GitHub Desktop.
Fail2Ban 針對 Nginx 伺服器架構下的 WordPress 防護 https://www.mxp.tw/8978/
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
[Definition] | |
failregex = ^<HOST>.*POST.*wp-admin/.*HTTP\.*\" (500|503|400|403|404).* | |
^<HOST>.*POST.*\" (500|503|400|403|404).* | |
^<HOST>.*POST.*wp-content/.*(php|js|jpg|png).* | |
^<HOST>.*POST.*wp-include/.*(php|js|jpg|png).* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment