
Prueba de concepto de explotación para la vulnerabilidad de ejecución remota de código en Atlassian Confluence CVE-2023-22527, que permite la ejecución de comandos en las URL objetivo mediante una CLI sencilla.
Vulnerabilidad de ejecución remota de código en Atlassian Confluence CVE-2023-22527
options:
-h, --help show this help message and exit
-u URL, --url URL Target URL; Example: python .py -u http://ip:port
-f FILE, --file FILE Target urllist; Example: python .py -f urllist.txt
-c CMD, --cmd CMD Target command; Example: python .py -u http://ip:port -c whoami