
Exploit script for WordPress Plugin Mail Masta 1.0 - CVE-2016-10956
This script exploits the CVE-2016-10956 vulnerability in WordPress Plugin Mail Masta 1.0 to extract credentials from wp-config.php.
Clone the repository:
git clone https://github.com/Hakchoven/wp-mail-masta-exploit.git
Navigate to the directory:
cd wp-mail-masta-exploit/
Run the script with the target URL as an argument:
python3 mail-masta.py http://example.com/wordpress
Replace http://example.com/wordpress with the target WordPress site URL.
This script is intended for educational purposes only. The author does not condone or support the use of this script for illegal or unethical activities. This script should only be used in legal security research or CTF environments. Use at your own risk.
Made by Hackhoven