ag-rodriguez / CVE-2023-24078

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This script is a Proof of Concept (PoC) exploit I developed for CVE-2023-24078. After trying the publicly available PoCs that were not functional and facing frustration in trying to troubleshoot them, I decided to take matters into my own hands and create my own PoC.

Usage

usage: python3 CVE-2023-24078.py [-h] -lh LHOST -lp LPORT -th RHOST -tp RPORT 

A PoC script for exploiting CVE-2023-24078.

Required arguments:
  -lh LHOST, --lhost LHOST      Listening Host
  -lp LPORT, --lport LPORT      Listening Port
  -th RHOST, --rhost RHOST      Target Host IP
  -tp RPORT, --rport RPORT      Port of the target 

About


Languages

Language:Python 100.0%