-
Notifications
You must be signed in to change notification settings - Fork 5
/
querywall.php
18 lines (16 loc) · 1.14 KB
/
querywall.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/*
* Plugin Name: QueryWall: Plug'n Play Firewall
* Plugin URI: https://wordpress.org/plugins/querywall/
* Description: Autopilot protection for your WordPress against malicious URL requests. QueryWall analyzes queries automically to protect your site against malicious URL requests.
* Tags: firewall, security, protect, block, antivirus, defender, malicious, request, query, blacklist, url, eval, base64, hack, attack, brute force, infection, injection, malware, botnet, backdoor, web application firewall, xss, website security, wordpress security, secure, prevention, protection, trojan, virus, xss, waf, security audit, querywall, bbq, block bad queries, ninjafirewall, wordfence, bulletproof security, ithemes security, better wp security, sucuri, vaultpress, simple firewall
* Usage: No configuration needed, just activate it.
* Version: 1.1.1
* Author: 4ley
* Author URI: https://github.com/4ley/querywall
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*/
defined( 'ABSPATH' ) or die( 'You shall not pass!' );
require_once( dirname( __FILE__ ) . '/core/class-qwall-core.php' );
QWall_Core::init( __FILE__ );