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
Tools/GitHubGitHub/daemoncibsec/flar3ad
Vulnerability AnalysisExploitationWeb Application ExploitationData ExfiltrationPenetration Testing
GitHubdaemoncibsec/flar3ad

flar3ad

POC of CVE-2026-51031 for arbitrary local file read

View Repository
5 days 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

flar3ad

flar3ad is a tool that takes advantage of the CVE-2026-51031 to read files from a target server taking advantage of the /v1 endpoint of FlareSolverr's API and using driver.get() function in order to exploit the vulnerability. Further explained in xinyi's blog.

Installation

root@kitploit:~
git clone https://github.com/daemoncibsec/flar3ad.git
cd flar3ad
python3 -m venv venv
source venv/bin/activate
pip install rich
pip install argparse
pip install requests
chmod +x flar3ad

To exit the venv:

root@kitploit:~
deactivate

Usage/Examples

Read the /etc/passwd file of the target server.

root@kitploit:~
./flar3ad http://localhost:8191/ /etc/passwd

Authors

  • @daemoncibsec
Download Tool