Share
## https://sploitus.com/exploit?id=08C2F55D-219D-541A-AAFE-CDB08A842CA5
# CVE-2023-50564
For educational purposes only.

This script abuses [CVE-2023-50564](https://nvd.nist.gov/vuln/detail/CVE-2023-50564) to upload a reverse-php shell to the target server.

You can use a shell like [this one](https://github.com/pentestmonkey/php-reverse-shell/blob/master/php-reverse-shell.php). Just zip the php file and pass the zip to this script.
## Example 
```bash
python3 cve-2023-50564.py -u http://idonot.exist -f shell.zip -p hunter2
```