This script allows you to exploit a WordPress instance to obtain a reverse shell by editing the 404.php theme page. It requires the username and password of a valid WordPress administrator. Once authenticated, the script establishes a reverse shell, granting access to the remote instance.
Important
The script requires netcat
git clone https://github.com/NullBrunk/wpsh
cd wpsh
# Install the needed requirements
pip install -r requirements.txt