• Resolved RJCastle

    (@rjcastle)


    I’ve been getting ddos attacked by the search query /?s=keyword

    ex. http://www.example.com/?s=ovzqu84802968242

    I don’t use wp’s native search so I want to black list this query from front end (not admin),
    what kind of code do I need to put in in black list plug-in?

    Another question is I use non English character (requires UTF8) as a tag and it creates url like

    tag/%E9%9B%AB%E6%9C%88%E3%81%93%E3%81%A8/

    Does your plugin block this kind of link? If I need to whitelist using your plugin, what kind of code should I put in there?

    https://wordpress.org/plugins/block-bad-queries/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Starr

    (@specialk)

    For the free version of the plugin, you can use the blacklist addons provided in the link below, and then add the query strings via “query string” setup (see article for details):

    https://perishablepress.com/bbq-whitelist-blacklist/

    Or if you go with BBQ Pro, you can simply add any query strings via the Custom Patterns settings. Plus you can disable any patterns that should be whitelisted:

    https://plugin-planet.com/bbq-pro/

    For the unicode/encoded characters, it depends on the characters as to whether or not they will be blocked. But with BBQ Pro, you can enter the actual decoded chinese (or whatever) characters to the Custom Patterns screen and they will be blocked. For example you could just enter:

    雫月こと

    No idea what that means but if added to BBQ Pro it will be blocked.

Viewing 1 replies (of 1 total)
  • The topic ‘blacklist and whitelist plugin question’ is closed to new replies.