BBQ Firewall – Fast & Powerful Firewall Security

Plugin Banner

BBQ Firewall – Fast & Powerful Firewall Security

by Jeff Starr

Download
Description

🔥 Install, activate, and done!
🔥 Powerful protection from WP’s fastest firewall plugin.

BBQ Firewall is a lightweight, blazing-fast firewall plugin that protects your site against a wide range of threats. BBQ checks all incoming traffic and quietly blocks bad requests containing nasty stuff like eval(, base64_, and excessively long request-strings. This is a simple yet solid solution for sites that are unable to use a strong Apache/.htaccess firewall.

🔥 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 and Banhammer

Awesome Features

BBQ provides all the best firewall features:

  • Rated 5 stars at WordPress.org
  • 100% plug-&-play, zero configuration
  • 100% focused on security and performance
  • Blocks a wide range of malicious URL requests
  • Fastest Web Application Firewall (WAF) for WordPress
  • Based on the 7G/8G Firewall
  • Scans all incoming traffic and blocks bad requests
  • Scans all types of requests: GET, POST, PUT, DELETE, etc.
  • Protects against known bad bots and referrers
  • Works silently behind the scenes to protect your site
  • Hassle-free security plugin that’s easy to use
  • Thoroughly tested, error-free performance
  • Extremely low rate of false positives
  • Compatible with other security plugins
  • Regularly updated and “future proof”
  • Firewall < 10 kilobytes in size
  • Lightweight, fast and flexible

🔥 For advanced protection and features, check out BBQ Pro »

Exclusive Pro Version Features

  • Customize firewall via plugin settings
  • Easily add or remove firewall patterns
  • Easily add Jeff Starr’s AI Block List
  • Send Email Alerts for blocked requests
  • Quickly enable/disable firewall rules
  • Disable firewall for logged-in users
  • Block excessively long URI requests
  • Protect against XML-RPC exploits
  • Block any individual IP address
  • Block entire ranges of IP addresses
  • Protect against user-ID phishing
  • Redirect all blocked requests
  • Display a custom “blocked” message
  • Set your own response status code
  • Complete inline documentation
  • Statistics for blocked requests
  • Tools to reset options and patterns
  • Import and Export firewall patterns
  • One-click pattern testing
  • Whitelist IP addresses

..plus everything the free version can do and more.

🔥 Learn more and get BBQ Pro »

Privacy

This plugin does not collect or store any user data. It does not set any cookies, and it does not connect to any third-party locations. Thus, this plugin does not affect user privacy in any way.

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

🔥 BBQ = Block Bad Queries

Support development

I develop and maintain this free plugin with love for the WordPress community. To show support, you can make a donation or purchase one of my books:

And/or purchase one of my premium WordPress plugins:

Links, tweets and likes also appreciated. Thank you! 🙂

Installing BBQ

  1. Install, activate, done.

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

Customizing

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 the WordPress database when the plugin is uninstalled via the Plugins screen.

Like the plugin?

If you like BBQ, please take a moment to give a 5-star rating. It helps to keep development and support going strong. Thank you!

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.

Do you offer any other security plugins?

Yes, three of them:

Pro versions with more features available at Plugin Planet.

Do I need to do anything else for BBQ to work?

Nope, just install and relax knowing that BBQ is protecting your site from bad URL requests.

Where are the plugin settings?

No settings needed for BBQ! Everything is done automatically behind the scenes. Zero configuration required. The free version of BBQ is strictly plug-n-play, set-it-and-forget-it, with no settings to configure whatsoever. Just install, activate, and enjoy better security and robust protection against malicious requests. The Pro version of BBQ is just as fast and simple to use, but is much more powerful and includes robust settings to customize and fine-tune your firewall.

Is BBQ free version compatible with Wordfence?

Does it makes sense to use both? Yes BBQ free and BBQ Pro are both compatible with any plugin written according to the WP API. And yes, there is benefit to using BBQ with any other security plugin, including Wordfence. They protect against different threats, so using both means you are extra secure.

Does BBQ make changes to my .htaccess file?

Absolutely not. Unlike other security/firewall plugins, neither BBQ (free version) nor BBQ Pro make any changes to any .htaccess file.

Does BBQ make any changes to my WP database?

No, the free version of BBQ operates as each page is loaded; it does not make any changes whatsoever to the WP database.

Does BBQ block malicious strings included in arrays?

Yes, BBQ scans any arrays that are included in the URI request. If any matching patterns are found, the request is blocked.

My PHP scanner/checker plugin says there is an 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.

Do I need WordPress to run BBQ?

Nope! BBQ is available in the following flavors:

So you can check out the Standalone PHP Script for sites that are not running WordPress.

Can I use BBQ and 7G/8G Firewall at the same time?

Full question: “Except most of the rules overlapping, is it counter productive (site slowing down for example, potential conflicts, bugs) or is there any risks using 7G/8G Firewall + BBQ at the same time?”

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 🙂

Got a question?

Send any questions or feedback via my contact form.

BBQ Firewall for many years on crucial site

By therinjfoundation on November 15, 2025

As firewalls go, BBQ is a unique brand plus style of operation and it is very functional. No firewall stops everything but this one excels because it is a little outside the box in its design doctrine, dodging the tricky parts of building a firewall inside a system-wide firewall for the specific and unique requirements of a WordPress site. I will send a donation and send my thanks to the developers and best wishes for longevity and many happy days and years with this awesome project. Stick with it, folks, and have fun---with our thanks.

Micheal John

Simple and efficient. "Just Works".

By Ashutosh (ashubetta) on August 27, 2025

BBQ Firewall does what it says, and does it well. No settings, no pop-ups, no code. This is an automatic install for all of my WordPress sites.

Outstanding support

By Bernhard Leube (seitenschmiede) on August 25, 2025

Jeff responded quickly, pinpointed the exact cause, and explained clear, safe allowlist adjustments for our TEC Filter Bar requests. His guidance was practical, concise, and immediately effective—no guesswork, just actionable steps. Genuinely helpful. Highly recommended.

One of the best FREE plugins on wordpress [bonus -- super PRO dev]

By Mihail Bogatov (mihailbogatov) on May 19, 2025

The plugin works perfectly as expected. Blocks "bad" bots and traffic. I want to emphasize developers attitude. I am on a free version on two of his plugins, however there was not a single time my email or ticket wasn't answered in a short period of time. And with all the attention and good will.

THANK YOU, Jeff! Kudos to your efforts and professionalism.

Great plugin and fast support

By Aurélien Denis (Maigret) on May 6, 2025

BBQ is a lightweight plugin, install it and forget it!

Très discret

By studiodban on March 29, 2025

Très discret

Newbie Proof Plugin!

By sadduck on March 24, 2025

Looking for an easy yet powerful security option and stumbled across BBQ. After only a couple of days I upgraded to the Pro version. This was super easy to install and configure. Had a question for the author and had a response in about an hour! Very nice support. Easily recommend this to anyone needing a WP security option!

Amazing Plugin 🙂

By Arnaud (arobaz) on March 15, 2025

This is the best free plugin for protecting your WP site.

Simple to use, no need to set, ready to go !

Very reliable

By hmgt (hugomarianogimeneztoledo) on February 12, 2025

I have been working with the tool for years and it works without any problems.

very very very useful

By clara81 on January 23, 2025

free, useful, simple : a must-have

If you like BBQ, please take a moment to give a 5-star rating. It helps to keep development and support going strong. Thank you!

2025/11/20

  • Restores bbq_languages() function
  • Renames expiration function bbq_check_date_expired
  • Updates plugin settings page
  • Improves readme.txt documentation
  • Generates new language template
  • Tests on WordPress 6.9 (beta)

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

Back to top