Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
wp-allowed-hosts — a plugin that protects your wp site from the CVE-2017-8295 vulnerability | Kitploit
Tools/GitHubGitHub/alash3al/wp-allowed-hosts
Authentication & AuthorizationDefensive ToolsVulnerability AnalysisWeb SecurityMisconfiguration
GitHubalash3al/wp-allowed-hosts

wp-allowed-hosts

a plugin that protects your wp site from the CVE-2017-8295 vulnerability

View Repository
219 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

WP Allowed Hosts

This plugin has been created after the vulnerability known as CVE-2017-8295 has been disclosed, this plugin will protect you from that attack with no hassle, just add simple line to your wp-config.php .

Installation

Just download the plugin from here and upload it to your site .

Usage

Just add the following line to your wp-config.php

root@kitploit:~
// WP Allowed Hosts Plugin
define( 'WP_ALLOWED_HOSTS', 'mysit.com' );

You can also add multiple domains .

root@kitploit:~
// WP Allowed Hosts Plugin
define( 'WP_ALLOWED_HOSTS', 'site1.com,site2.com' );
Download Tool