/CVE-2024-24919

CLI based PoC for CVE-2024-24919

Primary LanguagePython

CVE-2024-24919 PoC (but its a CLI)

Disclaimer: I am not responsible for any misuse of this PoC.

Instalation

  • git clone https://github.com/3UR/CVE-2024-24919 && cd CVE-2024-24919
  • python3 -m pip install -r requirements.txt && chmod +x CVE-2024-24919.py
  • ./CVE-2024-24919

Commands

  • CONNECT: Sets the host. Example: CONNECT 127.0.0.1:4433
  • DISCONNECT: Resets the host to None and sets the current directory to /.
  • CD: Mimics the CD command of an average OS. Example: CD etc
  • VIEW: Displays the contents of the specified file if it exists. Example: VIEW passwd
  • EXIT: Exits the POC.

FOFA Query

title="Check Point SSL Network Extender"

This is an extended version of LucasKatashi's POC.