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
CVE-2025-56399 — CVE-2025-56399 – Remote Code Execution in laravel-file-manager v3.3.1. Exploits misconfigured config in Laravel File Manager to upload and verify a PHP shell via unauthenticated file upload. | Kitploit
Tools/GitHubGitHub/im-hanzou/cve-2025-56399
Vulnerability ScannersPayload GenerationExploitationWeb Application ExploitationPenetration Testing
GitHubim-hanzou/cve-2025-56399

CVE-2025-56399

CVE-2025-56399 – Remote Code Execution in laravel-file-manager v3.3.1. Exploits misconfigured config in Laravel File Manager to upload and verify a PHP shell via unauthenticated file upload.

View Repository
15 months 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
Website

CVE-2025-56399 Mass Exploit

CVE-2025-56399 – Remote Code Execution in laravel-file-manager v3.3.1. Exploits misconfigured config in Laravel File Manager to upload and verify a PHP shell via unauthenticated file upload.


Installation

Download repository

root@kitploit:~
git clone https://github.com/im-hanzou/CVE-2025-56399

Go to repository folder

root@kitploit:~
cd CVE-2025-56399

Install requirements

root@kitploit:~
pip install -r requirements.txt

Usage

Prepare a targets.txt file, one target per line:

root@kitploit:~
https://example.com
192.168.1.1:8080

Run:

root@kitploit:~
python CVE-2025-56399.py

Results are saved to:

  • vulnerable.txt — targets with exposed file manager
  • uploaded.txt — shell URLs with status [CONFIRMED] / [UPLOADED] / [UNVERIFIED]

Disclaimer

This tool is for educational and authorized security research purposes only. The author is not responsible for any misuse or damage caused by this tool. Only use against systems you own or have explicit permission to test.

Download Tool