Lucene search
+L

847090 matches found

Kitploit
Kitploit
added 2026/09/10 3:55 a.m.7 views

sudowp-clickfunnels-zurich

SudoWP Zurich for ClickFunnels Contributors: SudoWP, WP Republic Original Authors: Etison, LLC Tags: clickfunnels, security-patch, legacy, landing pages, funnels, sudowp Requires at least: 4.3 Tested up to: 6.7 Stable tag: 0.1.1 License: GPLv2 or later Security Notice This is a community-maintain...

8.8CVSS6.7AI score0.00444EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/10 3:49 a.m.6 views

-Educational-PoC-CVE-2026-23520

CVE-2026-23520: Model Context Protocol MCP Connect RCE - 教育用途 PoC - Arcane 免责声明:本仓库及其包含的脚本仅严格用于教育和学术目的。 此处提供的信息旨在帮助安全研究人员、系统管理员和学生在受控实验室环境(例如 Capture The Flag 平台)中理解命令注入漏洞和虚拟主机路由的机制。 切勿将此工具用于任何未经所有者明确书面许可的系统、网络或基础设施。 作者对任何因滥用或使用本软件造成的损害不承担任何责任。 背景与漏洞概述 本仓库提供了关于在特定应用栈(如 Arcane v1.13.0)的 Model...

9CVSS8.1AI score0.01874EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/10 3:48 a.m.9 views

threatest v1.5.0

Threatest Threatest is a CLI and Go framework for testing threat detection end-to-end. Threatest allows you to detonate an attack technique, and verify that the alert you expect was generated in your favorite security platform. Read the announcement blog post:...

6.1AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/10 3:46 a.m.5 views

magnus_billing_7.3.0_RCE_CVE-2023-30258

magnusbilling7.3.0RCECVE-2023-30258 在 magnus billing 7.3.0 中存在一个远程代码执行漏洞,位于 "icepay.php" 资源的 "democ" 参数中,你可以绕过查询并执行任意命令。 漏洞代码 root@kitploit: if isset$GET'democ' if strlen$GET'democ' 5 exec"touch " . $GET'democ' . '.txt'; else exec"rm -rf .txt"; "democ" 参数被传递给 exec 来创建新文件,但正如你所见,没有任何字符串清理,攻击者可以轻松转...

9.8CVSS8.1AI score0.9425EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/09/10 3:44 a.m.6 views

NFtables-IPtables-integration-script

🛡️ Q-Feeds Linux防火墙黑名单集成 用于Linux服务器的自动化恶意软件IP黑名单 — 支持nftables和iptables+ipset 📋 目录 快速开始 概述 工作原理 前提条件 详细安装指南 配置 使用和验证 故障排除 卸载 许可证 🚀 快速开始 步骤1: 获取API令牌 在 tip.qfeeds.com 获取免费API密钥。 步骤2: 下载脚本bash git clone https://github.com/Q-Feeds/NFtables-IPtables-integration-script.git cd...

6.2AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/10 3:43 a.m.5 views

CVE-2025-55182

CVE-2025-55182 工具包与实验室(仅限教育用途) 轻量级 Go 工具包,附带 Docker 化的 Next.js 实验室,用于探索和初步处理 CVE-2025-55182。仅限教育和授权测试。 特性 根本原因分析、可视化图表与实验室:参见 React2ShellDeconstructingaPerfect10RCE.pdf 及攻击路径示意图 单一二进制文件,包含子命令: checker:快速并发清单扫描(单个目标、文件或标准输入),基于启发式检测 RSC 暴露,每个目标输出 JSON 格式,最终汇总,可选 -only-vuln、-no-progress,自定义 -ua。...

10CVSS7.5AI score0.99802EPSS
SaveExploits391
Kitploit
Kitploit
added 2026/09/10 3:40 a.m.7 views

Grafana-Password-Decryptor

Grafana 密码解密工具 用于从多种格式解密和破解 Grafana 密码的 Python 工具包。 代码作者:strikoder 该工具能做什么? 处理 两种类型 的 Grafana 密码存储: 🔐 AES-256 Base64 (datasource 表)→ 使用 AESDecrypt.py 直接解密 🔨 PBKDF2HMACSHA256 (user 表)→ 使用 grafana2hashcat.py 转换为 Hashcat 格式 完美适用于 CVE-2021-43798 路径遍历漏洞的后利用阶段。 什么是 CVE-2021-43798? 一个存在于 Grafana...

7.5CVSS8.1AI score0.88503EPSS
SaveExploits45References2
Kitploit
Kitploit
added 2026/09/10 3:40 a.m.6 views

CVE-2019-20933

Laboratorio 5-CVE-2019-20933 I. ANÁLISIS DEL SISTEMA Identificación de la Superficie de Ataque Comenzando por lo que se está ejecutando en el entorno. Enumero todos los contenedores activos: root@kitploit: docker ps La víctima expone un único puerto:8086. Actualmente, no dispongo de información...

9.8CVSS7.3AI score0.30921EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/10 3:34 a.m.6 views

CVE-2025-55182

👻 CVE-2025-55182 Go 漏洞利用工具 针对 CVE-2025-55182(React Server Components)的交互式 RCE 利用工具 🎯 这是什么? CVE-2025-55182 是一个轻量级交互式 RCE 利用工具,针对 CVE-2025-55182 ——React Server Components(RSC)中的一个严重漏洞,影响 React 19.0.0 - 19.2.0 及 Next.js 应用。 📦 安装 前置条件 Go 1.18 或更高版本 运行 React 19.0.0 - 19.2.0 的脆弱目标 从源码构建 root@kitploit:...

10CVSS7.5AI score0.99802EPSS
SaveExploits391References1
NVD
NVD
added 2026/09/10 3:16 a.m.9 views

CVE-2026-19583

Velociraptor allows some sensitive artifacts to be gated by additional permissions. For example, the Linux.Sys.BashShell artifact allows arbitrary command execution on endpoints, and so it requires the EXECVE permission to schedule. However, no such check was implemented for client monitoring...

9.9CVSS0.006EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/10 3:08 a.m.7 views

CVE-2025-9974

CVE-2025-9974 PoC !CAUTION This script is provided for educational and defensive research purposes only. It is designed strictly for use against owned hardware in isolated, sandboxed testing environments. Do not use this tool against systems you do not own or have explicit permission to test. The...

8CVSS5.8AI score0.00421EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/10 2:58 a.m.12 views

EUVD-2026-75233

Velociraptor allows some sensitive artifacts to be gated by additional permissions. For example, the Linux.Sys.BashShell artifact allows arbitrary command execution on endpoints, and so it requires the EXECVE permission to schedule. However, no such check was implemented for client monitoring...

9.9CVSS0.006EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/10 2:58 a.m.42 views

CVE-2026-19583 Velociraptor Required Permissions bypass by using client monitoring queries

Velociraptor allows some sensitive artifacts to be gated by additional permissions. For example, the Linux.Sys.BashShell artifact allows arbitrary command execution on endpoints, and so it requires the EXECVE permission to schedule. However, no such check was implemented for client monitoring...

9.9CVSS0.006EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/10 2:58 a.m.49 views

CVE-2026-19583

CVE-2026-19583 is a permission bypass in Velociraptor (an endpoint forensics and EDR tool by Velocidex). Sensitive artifacts such as Linux.Sys.BashShell require the EXECVE permission to schedule, enabling arbitrary command execution on endpoints. However, no equivalent permission check was enforc...

9.9CVSS0.006EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/10 2:58 a.m.10 views

CVE-2026-19583 Velociraptor Required Permissions bypass by using client monitoring queries

Velociraptor allows some sensitive artifacts to be gated by additional permissions. For example, the Linux.Sys.BashShell artifact allows arbitrary command execution on endpoints, and so it requires the EXECVE permission to schedule. However, no such check was implemented for client monitoring...

9.9CVSS0.006EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/10 2:58 a.m.8 views

CVE-2026-19583 Velociraptor Required Permissions bypass by using client monitoring queries

Velociraptor allows some sensitive artifacts to be gated by additional permissions. For example, the Linux.Sys.BashShell artifact allows arbitrary command execution on endpoints, and so it requires the EXECVE permission to schedule. However, no such check was implemented for client monitoring...

9.9CVSS6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/10 2:56 a.m.6 views

Umbraco-RCE

Exploit RCE de Umbraco / PoC Umbraco CMS 7.12.4 - Ejecución remota de código autenticada EDB-49488 PacketStorm WLB-2020080012 Uso root@kitploit: $ python exploit.py -h usage: exploit.py -h -u USER -p PASS -i URL -c CMD -a ARGS Umbraco authenticated RCE optional arguments: -h, --help show this hel...

6AI score
SaveExploits0
OSV
OSV
added 2026/09/10 2:53 a.m.7 views

CLEANSTART-2026-BR58082 Echo is a Go web framework

Multiple security vulnerabilities affect the kube-metrics-adapter package. Echo is a Go web framework. See references for individual vulnerability details...

9.8CVSS5.8AI score0.01042EPSS
SaveExploits2References32
Kitploit
Kitploit
added 2026/09/10 2:51 a.m.9 views

ysoserial-modified

ysoserial-modified Este es un fork de la aplicación ysoserial original que se puede encontrar aquí: https://github.com/frohoff/ysoserial Descripción de la modificación Debido a cómo funciona Runtime.getRuntime.execString.class en Java, los comandos anidados y complejos donde necesitarás controlar...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/10 2:46 a.m.7 views

WeaveMark

WeaveMark Reference implementation of Robust and Scalable Multi-bit LLM Watermarking via Coded Payload Spreading. WeaveMark embeds a k -bit message into LLM-generated text while keeping the token distribution unbiased. It combines coded payload spreading κ codeword bits per token over ℓ layers,...

6AI score
SaveExploits0References1
Rows per page
Query Builder