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
Ghost-CMS-Exploit — Ghost-CMS Exploit is python script. This script first performs brute-force authentication attempts using the provided wordlists. If valid credentials are found, it proceeds to check for CVE-2024-23724 vulnerability and generates an exploit payload if vulnerable. | Kitploit
Tools/GitHubGitHub/gl1tch0x1/ghost-cms-exploit
Password AttacksPayload GenerationVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubgl1tch0x1/ghost-cms-exploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Ghost-CMS-Exploit

Ghost-CMS Exploit is python script. This script first performs brute-force authentication attempts using the provided wordlists. If valid credentials are found, it proceeds to check for CVE-2024-23724 vulnerability and generates an exploit payload if vulnerable.

View Repository
1 year agoNot yet reviewed

Ghost-CMS-Exploit

Ghost-CMS Exploit is python script. This script first performs brute-force authentication attempts using the provided wordlists. If valid credentials are found, it proceeds to check for CVE-2024-23724 vulnerability and generates an exploit payload if vulnerable.

Requirements:

  1. Python 3.x installed
  2. Install required library: pip install requests
  3. A boilerplate.svg file in the same directory (used for generating the exploit payload)
  4. Wordlist files for usernames and passwords

Usage:

root@kitploit:~
python3 ghost-cms.py -U userlist.txt -P passlist.txt -t http://target-domain

Features:

  1. Brute-force attack with progress reporting
  2. Session management for successful logins
  3. Automatic CVE-2024-23724 vulnerability check
  4. SVG payload generation for confirmed vulnerabilities
  5. Timeout handling for network requests
  6. Error handling for file operations and network issues

Note:

  • The target URL should be provided without the port (e.g., http://localhost)
  • The script assumes Ghost CMS is running on port 3001
  • Wordlist files should contain one credential per line
  • The boilerplate.svg file should contain the appropriate placeholders used in the original script
Download Tool