BBQ Firewall – Fast & Powerful Firewall Security

Descripción

¡Instalar, activar y listo!
Protección potente gracias al plugin cortafuegos más rápido de WP.

BBQ Firewall es un plugin ligero y muy rápido que protege tu sitio contra una amplia gama de amenazas. BBQ comprueba todo el tráfico entrante y bloquea sigilosamente las peticiones maliciosas que contienen cosas dañinas como eval(, base64_ y cadenas de peticiones excesivamente largas. Esta es una solución sencilla, pero sólida, para sitios que no pueden usar un cortafuegos Apache/.htaccess robusto.

Adds a strong firewall to ANY WordPress site
Works with all WordPress plugins and themes

Powerful Protection

BBQ protects your site against many threats:

  • SQL injection attacks
  • Executable file uploads
  • Directory traversal attacks
  • Unsafe character requests
  • Excessively long requests
  • PHP remote/file execution
  • XSS, XXE, and related attacks
  • Protects against bad bots
  • Protects against bad referrers
  • Protects against bad POST content
  • Protects against many other bad requests

Works great with Blackhole for Bad Bots

Características impresionantes

BBQ provides all the best firewall features:

  • Rated 5 stars at WordPress.org
  • 100% plug-&-play, zero configuration
  • Centrado al 100% en la seguridad y el rendimiento
  • Bloquea una amplia gama de peticiones de URL maliciosas
  • Fastest Web Application Firewall (WAF) for WordPress
  • Based on the 6G/7G Firewall
  • Analiza todo el tráfico entrante y bloquea las peticiones maliciosas
  • Escanea todo tipo de peticiones: GET, POST, PUT, DELETE, etc.
  • Protects against known bad bots and referrers
  • Funciona sigilosamente en segundo plano para proteger a tu sitio
  • Plugin de seguridad sin complicaciones y fácil de usar
  • Rendimiento sin errores probado a conciencia
  • Extremely low rate of false positives
  • Compatible con otros plugins de seguridad
  • Actualizado regularmente y con «garantía de futuro»
  • Firewall < 10 kilobytes in size
  • Lightweight, fast and flexible

For advanced protection and features, check out BBQ Pro »
BBQ = Block Bad Queries

Privacidad

Este plugin no recopila ni almacena ningún dato de usuario. No instala ninguna cookie, y no se conecta a ningún servidor de terceros. Por lo tanto, este plugin no afecta a la privacidad del usuario de ninguna manera.

BBQ Firewall is developed and maintained by Jeff Starr, 15-year WordPress developer and book author.

Support development

Desarrollo y mantengo este plugin gratuito por amor a la comunidad de WordPress. Para mostrar apoyo, puedes hacer una donación o comprar uno de mis libros:

Y/o comprar uno de mis plugins Premium de WordPress:

También se aprecian enlaces, tweets y likes. ¡Gracias! 🙂

Instalación

Instalación de BBQ

  1. Instala, activa, listo.

Once active, BBQ automatically protects your site against threats. Quietly, behind the scenes. For more control and stronger protection, check out BBQ Pro »

More info on installing WP plugins

Personalización

Note that the Pro version of BBQ makes it possible to customize patterns and everything else directly via the plugin settings, with a click. BBQ Pro also displays the current block count for each firewall rule, like this.

Uninstalling

This plugin cleans up after itself. All plugin settings will be removed from your database when the plugin is uninstalled via the Plugins screen.

¿Te gusta el plugin?

Si te gusta BBQ, por favor dedica un momento para dejar una valoración de 5 estrellas. Ayuda a mantener activo el desarrollo y el soporte. ¡Gracias!

FAQ

How to test that the plugin is working?

To test that the plugin is working, you can request any of the blocked patterns. For example, visit your site’s homepage and enter the following URL:

https://example.com/eval(

Replace example.com with your site’s actual domain. If BBQ is active, the request for that URL will be blocked (with a «403 Forbidden» status). This means the plugin is working properly. You can test other patterns as well. To view all the patterns blocked by BBQ, look at the function bbq_core() located in block-bad-queries.php.

¿Ofreces otros plugins de seguridad?

Yes, three of them:

Pro versions with more features available at Plugin Planet.

¿Necesito hacer algo más para que BBQ funcione?

No, solo instala y relájate sabiendo que BBQ está protegiendo tu sitio de las peticiones URL maliciosas.

Where are the plugin settings?

¡No hay que configurar nada en BBQ! Todo se hace automáticamente en segundo plano. Configuración cero. La versión gratuita de BBQ es estrictamente plug-n-play, set-it-and-forget-it, sin ningún ajuste a configurar. Simplemente instala, activa y disfruta de una seguridad mejorada y una protección robusta contra peticiones maliciosas. La versión Pro de BBQ es igual de rápida y fácil de usar, pero es mucho más potente e incluye ajustes robustos para personalizar y afinar tu cortafuegos.

Is BBQ free version compatible with Wordfence?

¿Tiene sentido usar ambos? Sí, BBQ free y BBQ Pro son compatibles con cualquier plugin escrito de acuerdo a la API WP. Y sí, hay beneficios al usar BBQ con cualquier otro plugin de seguridad, Wordfence incluido. Protegen contra diferentes amenazas, por lo que si usas los dos estarás más seguro.

¿BBQ hace cambios en mi archivo .htaccess?

Por supuesto que no. A diferencia de otros plugins de seguridad/cortafuegos, ni BBQ (versión gratuita) ni BBQ Pro hacen cambios en ningún archivo .htaccess.

¿BBQ hace cambios en mi base de datos de WP?

No, la versión gratuita de BBQ se ejecuta cuando se carga cada página; no hace ningún cambio en la base de datos de WP.

¿BBQ bloquea cadenas maliciosas incluidas en arrays?

Sí, BBQ analiza los arrays incluidos en las peticiones URI. Si se encuentran patrones coincidentes, se bloquea la petición.

¿Mi plugin escáner/comprobador PHP dice que hay un error?

For example, if your PHP/plugin scanner reports something like, «found 0x3c62723e which is bad.» Normally you would not want to find such bad strings of code, but there is an exception for security plugins. Think about it: in order to block some nasty string, BBQ must know about it. So each bad string that is blocked by BBQ is included in the plugin «blacklist». That means, when some PHP scanner looks at BBQ and finds some known bad strings, it just means that the scanner has discovered BBQ’s list of blocked terms. In other words, BBQ contains static strings of non-functional text, in order to match and block malicious requests to your site. I hope this makes sense, feel free to contact me if I may provide any further infos.

¿Necesito WordPress para usar BBQ?

¡No! BBQ está disponible en las siguientes modalidades:

Así que puedes echar un vistazo al script PHP autónomo para sitios que no están ejecutando WordPress.

¿Puedo usar BBQ y el cortafuegos 6G/7G al mismo tiempo?

Pregunta completa: «Exceptuando las reglas que puedan solaparse, es contraproducente (por ejemplo: ralentización del sitio, conflictos potenciales, errores) o hay algún riesgo si se usa 6G/7G Firewall + BBQ al mismo tiempo?»

Answer: It’s fine to run both BBQ and 7G/8G Firewall at the same time. Both firewalls are super fast, so they won’t slow things down. In other words the two firewalls play well together. The only downside is that some of the rules will be redundant, but there should be no negative impact on performance. The upside is that you get extra protection when using both, as there are variations in the firewall rules and patterns, etc.

My PHP checker found something?

If you are using some PHP checker that’s reporting an error or bad string in BBQ, it’s a false positive and safe to ignore. Why? Because the PHP checker is finding the static strings/patterns that BBQ uses to identify and block bad requests. In other words, your PHP checker is finding a static string thinking it is live code. It’s not. If possible, please take a moment to report this to the developers of your PHP checker. They should be happy to improve the accuracy and quality of their plugin. More info.

How to enable logging?

You can use a free addon to display the total number of blocked requests on the BBQ settings page. Here is a guide that explains how to set it up.

Alternately, BBQ can be configured to log the matching pattern for each blocked request. When match-logging is enabled, BBQ will add a log entry in the site’s default error log. To enable match logging, use the free customize plugin.

Note that the Pro version of BBQ displays the current block count for each firewall rule, like this. All automatic, fiddling with code NOT required 🙂

¿Tienes alguna pregunta?

Send any questions or feedback via my contact form.

Reseñas

7 de marzo de 2024
I install this plugin on all of my WP client sites, along with Jeff's Blackhole for Bad Bots. Thank you, Jeff!
3 de enero de 2024
It's the only security plugin I use (I also add some security rules in the .htaccess file). It couldn't be easier, just install it and it works! It protects you from the most common attacks, it's like the Pareto Principle applied to security and without any impact on performance. This plugin is my go-to and I install it on ALL my sites. Thank you Jeff for this very helpful plugin!
1 de diciembre de 2023
Thanks to the developer for this great plugin.It is just plug and play, and it's so light that the website doesn't feel it. But it's there and does the job.
Leer todas las 131 reseñas

Colaboradores y desarrolladores

«BBQ Firewall – Fast & Powerful Firewall Security» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«BBQ Firewall – Fast & Powerful Firewall Security» está traducido en 14 idiomas. Gracias a los traductores por sus contribuciones.

Traduce «BBQ Firewall – Fast & Powerful Firewall Security» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

Si te gusta BBQ, por favor dedica un momento para dejar una valoración de 5 estrellas. Ayuda a mantener activo el desarrollo y el soporte. ¡Gracias!

2024/03/06

  • Updates plugin settings page
  • Updates default translation template
  • Improves plugin docs/readme.txt
  • Tests on WordPress 6.5 (beta)

Full changelog @ https://plugin-planet.com/wp/changelog/block-bad-queries.txt