
This repository contains a Python script to exploit two vulnerabilities: CVE-2019-18818 and CVE-2019-19609.
This repository contains a Python script to exploit two vulnerabilities: CVE-2019-18818 and CVE-2019-19609.
This vulnerability allows an attacker to reset the password of an admin user in the Strapi CMS.
target and strapi_port variables in the script to match the target Strapi instance.This vulnerability allows an attacker to execute arbitrary commands on the server running Strapi CMS.
local_ip and local_port variables in the script to match your local machine's IP and desired port for the reverse shell.nc -lvnp <local_port>.This script is intended for educational purposes only. Use it at your own risk. The author is not responsible for any damage caused by this script.
requests librarypwntools librarypip install requests pwntools