Lucene search
+L

1242 matches found

Kitploit
Kitploit
added 2026/09/14 4:22 a.m.3 views

laravelN00b

laravelN00b Incorrect configuration allows you to access .env files or reading env variables. LaravelN00b automated scan .env files and checking debug mode in victim host. Scan rationale Scan host. Resolve IP adress and check .env file in IP Adress Checking debug mode Laravel Read .env variables...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 11:30 p.m.5 views

CVE-2021-3129-exp

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 ur...

9.8CVSS7.9AI score0.99943EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/13 9:45 p.m.52 views

graphql-threat-matrix

GraphQL Threat Matrix Why graphql-threat-matrix? graphql-threat-matrix was built for bug bounty hunters, security researchers and hackers to assist with uncovering vulnerabilities across multiple GraphQL implementations. The differences in how GraphQL implementations interpret and conform to the...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 4:35 p.m.3 views

Laravel-debug-Checker

Laravel-debug-Checker CVE-2021-3129 Checker por ./MrMad Referencia : https://pentest-tools.com/blog/exploit-rce-vulnerability-laravel-cve-2021-3129 instalar módulo root@kitploit: python -m pip install -r requirements.txt instalación en linux root@kitploit: git clone...

9.8CVSS7.9AI score0.99943EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/13 11:24 a.m.6 views

CVE-2021-3129

CVE-2021-3129 Laravel debug rce Usage Execute docker-compse up -d to start the environment. Access port 8888 and click generate key on the homepage to reproduce. A few points about the docker environment: Copied .env.example to .env to enable debug environment Disabled phar.readonly in php.ini...

9.8CVSS7.8AI score0.99943EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/13 10:11 a.m.7 views

CVE-2021-3129

CVE-2021-3129 Laravel RCE CVE-2021-3129 漏洞概述 当Laravel开启了Debug模式时,由于Laravel自带的Ignition 组件对filegetcontents和fileputcontents函数的不安全使用,攻击者可以通过发起恶意请求,构造恶意Log文件等方式触发Phar反序列化,最终造成远程代码执行。 影响版本 Laravel = 8.4.2 漏洞验证 返回 500 证明存在漏洞 root@kitploit: POST /ignition/execute-solution HTTP/1.1 Host: 192.168.24.153:88...

9.8CVSS7.9AI score0.99943EPSS
SaveExploits38References3
Kitploit
Kitploit
added 2026/09/13 9:09 a.m.8 views

CVE-2021-3129

CVE-2021-3129 CVE-2021-3129-Laravel Debug mode remote code execution vulnerability Affected versions and conditions Laravel = 8.4.2 Ignition 2.5.2 Environment setup docker pull vulhub/laravel:8.4.2 exp usage Download and execute in the same directory as exploit.py: git clone...

9.8CVSS7.8AI score0.99943EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/09/13 8:39 a.m.5 views

CVE-2021-3129

CVE-2021-3129 Laravel 调试模式 - 远程代码执行(RCE) https://vulners.com/cve/CVE-2021-3129 https://www.ambionics.io/blog/laravel-debug-rce https://github.com/ambionics/phpggc 示例 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...

9.8CVSS7.9AI score0.99943EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/09/13 8:30 a.m.6 views

CVE-2021-3129

CVE-2021-3129 Laravel Ignition 未授权远程代码执行(通过文件上传) CVE 概述 在受影响的 Laravel Ignition 版本中,攻击者可以利用 filegetcontents 和 fileputcontents 的不安全使用来执行任意代码。此漏洞仅对使用调试模式的网站可被利用。 受影响版本 Laravel Ignition 2.5.2 和 Laravel 8.4.2 注意事项 该漏洞需要 PHP 利用链,因此使用 phpggc。可以通过以下方式实现: 如果尚未克隆:git clone...

9.8CVSS7.8AI score0.99943EPSS
SaveExploits38References2
Kitploit
Kitploit
added 2026/09/13 7:10 a.m.8 views

CVE-2024-28000

LiteSpeed Cache Privilege Escalation Exp CVE-2024-28000Scan.py 该脚本首先会识别版本,判断是否为易损版本,后尝试确认log文件是否存在,若存在,则会尝试发包后再次请求log文件尝试查找hash泄露,若LiteSpeed启用debug,则有可能泄露正确Hash root@kitploit: usage: CVE-2024-28000Scan.py -h -f F -t T -p PROXY CVE-2024-28000 Scan optional arguments: -h, --help show this help...

9.8CVSS8.5AI score0.68266EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/09/12 8:19 p.m.5 views

dbdtct

dbgdtct Desctiption dbgdtct is a Python-based tool designed to help you detect if a web application is deployed in debug mode—a critical misconfiguration that can expose sensitive information and increase the risk of exploitation in production environments. Installation root@kitploit: git clone...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 5:29 p.m.7 views

CVE-2021-3129

CVE-2021-3129 CVE-2021-3129 的 PoC Laravel 仅供教育用途 测试 搭建 PoC 环境 root@kitploit: $ docker-compose build $ docker-compose up -d 确认其工作 访问 http://localhost:8000/ 并确保显示 Laravel 默认页面。 漏洞利用 root@kitploit: $ docker-compose exec attacker sh / python3 exploit.py 参考资料...

9.8CVSS7.8AI score0.99943EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/09/12 10:40 a.m.8 views

CVE-2024-27914

CVE-2024-27914: Reflected XSS in debug mode of GLPI An unauthenticated user can provide a malicious link to a GLPI administrator in order to exploit a reflected XSS vulnerability. The XSS will only trigger if the administrator navigates through the debug bar. Package - GLPI...

6.1CVSS5.9AI score0.00815EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/11 11:49 a.m.9 views

naga

naga malware detonation..actually running in debug/verbose mode .. video-1 https://github.com/user-attachments/assets/40a30755-164e-4b7d-a1d7-b0df4ea20d1b shot-1 shot-2 shot-3 shot-4...

5.9AI score
SaveExploits0References1
NVD
NVD
added 2026/09/11 4:17 a.m.7 views

CVE-2026-19985

The Relevanssi – A Better Search plugin for WordPress is vulnerable to Reflected Cross-Site Scripting in versions up to, and including, 4.28.1 via the 's', 'posttypes', and 'orderby' request parameters. This is due to insufficient input sanitization and output escaping in the relevanssidebugarray...

6.1CVSS0.00261EPSS
SaveExploits0References12
Kitploit
Kitploit
added 2026/09/10 12:07 p.m.6 views

CVE-2021-3129-Lab

CVE-2021-3129: Laravel调试模式RCE实验环境 用于利用CVE-2021-3129的实践实验环境 - 这是一个关键的Laravel漏洞,允许未认证的文件读取和潜在的远程代码执行。 快速开始 root@kitploit: Clone git clone https://github.com/theNareshofficial/CVE-2021-3129-Lab.git cd CVE-2021-3129-Lab Build & Run docker build -t cve-2021-3129-lab:latest . docker run -d --name...

9.8CVSS7.9AI score0.99943EPSS
SaveExploits38References2
Kitploit
Kitploit
added 2026/09/10 1:00 a.m.5 views

CVE-2021-3129-Script

CVE-2021-3129 Laravel = v8.4.2 modo debug: Ejecución remota de código CVE-2021-3129 Uso: root@kitploit: python3 exp.py http://127.0.0.1:8888 Try to use Laravel/RCE1 for exploitation. +exploit: Laravel/RCE1 Result: Try to use Laravel/RCE2 for exploitation. +exploit: Laravel/RCE2 Result: Try to use...

9.8CVSS7.9AI score0.99943EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/09 9:06 p.m.14 views

laravel-8.4.2-rce

laravel-8.4.2-rce Configuración del entorno root@kitploit: git clone https://github.com/laravel/laravel.git cd laravel git checkout e849812 composer install composer require facade/ignition==2.5.1 php artisan serve Uso root@kitploit: python3 exploit.py http://pwnme.me:8000...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/09 5:00 a.m.5 views

CVE-2021-3129

CVE-2021-3129 Laravel = v8.4.2 debug mode: Remote code execution CVE-2021-3129 修改了@crisprss师傅的 https://github.com/crisprss/LaravelCVE-2021-3129EXP 增加了更多可用的 gadget 用于遍历 Use: root@kitploit: python3 exp.py http://127.0.0.1:8888 效果: root@kitploit:...

9.8CVSS8.1AI score0.99943EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/09/09 1:49 a.m.7 views

CVE-2021-40903

Título del Exploit: Antminer Monitor 0.5.0 - Bypass de Autenticación CVE: CVE-2021-40903 Fecha: 09/06/2021 Dork:https://www.zoomeye.org/searchResult?q=%22antminer%20monitor%22 Autor del Exploit: CQR.company / Vulnz. Página del Vendedor: https://github.com/anselal/antminer-monitor,...

9.8CVSS8.1AI score0.04542EPSS
SaveExploits1References2
Rows per page
Query Builder