Rating: 4 stars
Good plugin, but wasn’t updated since 5 years already! I would suggest you try QueryWall: Plug’n Play Firewall. I’ve developed QueryWall especially to block malicious requests. It is actively developed under GitHub QueryWall
]]>Rating: 5 stars
i ve just made some changes. i havent seen any problem yet. plugin is working. i’ll also try to make some penetration testings on my blog and will check if the firewall works well.
function WP_firewall_check_exclusions() {
$request_string = WP_firewall_check_whitelisted_variable();
if ( is_admin() ) {
return;
}
if($request_string == false) {
//nothing to do
} else {
im using BPS and with that function is working properly on line : 158 chanhe with that:
if ( is_admin() ) {
return;
}
]]>
Rating: 5 stars
This plugin block all attacks from SQL inyection.
https://www.josegalan.es/plugins-de-seguridad-para-wordpress/
]]>Rating: 5 stars
I am using WP Firewall 2 and I have been using WP Firewall 1 and both are very good plugins! I have tested other plugins but not with the same effect.
]]>