
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.
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:
pip install requestsboilerplate.svg file in the same directory (used for generating the exploit payload)Usage:
python3 ghost-cms.py -U userlist.txt -P passlist.txt -t http://target-domain
Features:
Note: