Lucene search
+L

3134 matches found

Kitploit
Kitploit
added 2026/09/03 4:10 p.m.5 views

CVE-2025-24587

CVE-2025-24587 1️⃣ 组件类型 WordPress 插件 2️⃣ 组件细节 组件名称 Email Subscription Popup 受影响版本 prefix . "nlsubscriptions where email='$em'"; $wpdb-query$query; 要解决此问题,可以使用 WordPress 提供的 $wpdb-prepare 函数。该函数能够安全地转义和格式化 SQL 查询中使用的变量,以防止 SQL 注入攻击。 root@kitploit: $query = $wpdb-prepare "DELETE FROM " . $wpdb-prefix...

7.6CVSS7.3AI score0.32237EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/03 2:43 p.m.4 views

PowerLurk

PowerLurk PowerLurk 是一个用于构建恶意 WMI 事件订阅的 PowerShell 工具集。其目标是在渗透测试或红队行动期间更轻松地触发 WMI 事件。更多详细信息请参阅我的文章 利用 WMI 事件监控用户:PowerLurk 介绍 :https://pentestarmoury.com/2016/07/13/151/ 要使用 PowerLurk,您需要将 PowerLurk.ps1 模块导入到您的 PowerShell 实例中。可以通过以下几种方式完成: 本地导入 PS powershell.exe -NoP -Exec ByPass -C Import-Module...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/03 11:11 a.m.5 views

EDRUnChoker

EDRUnChoker 无文件WMI修复方案,用于EDRChoker,抵御QoS滥用(pacer.sys),该滥用将EDR代理的网络带宽限制到接近零。 在root\subscription中注册一个永久订阅(磁盘上无文件)。一个5秒定时器运行嵌入的VBScript,该脚本使用WbemContextPolicyStore枚举 ActiveStore和GPO:localhost 上的QoS策略——普通的WMI ExecQuery会遗漏由New-NetQosPolicy/EDRChoker创建的ActiveStore策略——并移除针对已知安全产品或激进速率(≤1 Mbps)的恶意应用路径限流。...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/03 7:46 a.m.6 views

Gpt-Agreement-Payment

简体中文 | English Gpt-Agreement-Payment ChatGPT Plus / Team 订阅协议的端到端重放工具:从抓包逆出 Stripe Checkout → PayPal / GoPay / QRIS → ChatGPT manual-approval → Codex OAuth + PKCE 整条链路,并实现成可运行客户端。附带从零实现的 hCaptcha 视觉求解器、PayPal 风控早退分支、和一组真实运行采集的反欺诈机制实证数据。 作者自营 API 中转站 👆 点击图片访问 lukyface · 邀请码 9ipF · 交流群 1104565621...

5.9AI score
SaveExploits0References24
Kitploit
Kitploit
added 2026/09/03 7:23 a.m.5 views

SharpStay

SharpStay - .NET 持久化 构建 打开 Visual Studio 项目并编译为发布版本。 选项 提权注册表项 提权 UserInit 注册表项 提权计划任务 提权创建服务 提权 WMI 事件订阅 非提权 InitMprLogonScript 注册表项 非提权计划任务 COM 处理程序劫持 非提权 Junction 文件夹 杂项:添加计划任务操作 杂项:启动目录 杂项:新建 LNK 杂项:后门 LNK 杂项:任务名称 杂项:列出计划任务 杂项:列出运行中的服务 杂项:获取计划任务 COM 处理程序 root@kitploit: Sharpstay.exe...

5.9AI score
SaveExploits0References1
Nuclei
Nuclei
added 2026/09/03 2:10 a.m.68 views

Popup Builder Plugin - SQL Injection and Cross-Site Scripting

The Popup Builder WordPress plugin before 4.1.1 is vulnerable to SQL Injection and Reflected XSS via the sgpb-subscription-popup-id parameter. id: CVE-2022-0479 info: name: Popup Builder Plugin - SQL Injection and Cross-Site Scripting author: ritikchaddha severity: critical description: | The Pop...

9.8CVSS7.4AI score0.43807EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/03 1:59 a.m.85 views

kubebot

Kubebot A security testing Slackbot built with a Kubernetes backend on the Google Cloud Platform NOTE: I am not actively maintaining this project anymore. I am working on v2 of Kubebot along with a couple other folks which will likely be presented at one of the upcoming security conferences...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:49 p.m.7 views

CVE-2025-6792

漏洞利用:未经授权的 Pusher 频道订阅(窃听) 1 获取 Pusher 凭据(通过浏览器控制台) root@kitploit: console.log window.wpguppyscriptsvars.pusherKey, window.wpguppyscriptsvars.pusherCluster ; 2 订阅受害者的私有频道 root@kitploit: Pusher Eavesdrop Test Listening on private-user-5 const log = msg = const p = document.createElement'div';...

5.3CVSS5.9AI score0.00344EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 10:50 p.m.6 views

LiquidSnake

Liquid Snake Liquid Snake 是一个旨在对 Windows 系统进行横向移动而不接触磁盘的程序。 该工具依赖 WMI 事件订阅来在内存中执行 .NET 程序集,该 .NET 程序集将在命名管道上监听 shellcode,然后使用线程劫持 shellcode 注入的一个变种来执行它。 下面的图表(希望如此)阐明了数据流程: 致谢 MDSec - WMI Event Subscription - 该工具只是该博客文章中描述的概念的一个实现,代码也依赖于 Dominic 的 WMI 持久化 C PoC pwndizzle - thread-hijack.cs - 为 C...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/02 10:16 p.m.2 views

wnfexec

概述 WnfExec 是一个 C 概念验证库,它通过劫持 WNF 订阅回调并触发状态更改,将 shellcode 注入到进程中。这里没有任何新意,它是基于他人的研究构建的。我的意图是在脑海中巩固这一概念,记录整个过程,并在此过程中提供我的代码。 在 Twitter 上关注我,很快会有更多工具发布! @ustayready 要求 .NET Framework 4.5 x64 Shellcode 要注入的 x64 进程 用法 root@kitploit: byte shellcode = new byte .... ; var client = new WNFshellcode;...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/02 6:43 p.m.4 views

Stormspotter

Stormspotter crea un “grafo de ataque” de los recursos en una suscripción de Azure. Permite a los equipos rojos y pentesters visualizar la superficie de ataque y las oportunidades de pivote dentro de un inquilino, y potencia a sus defensores para orientarse rápidamente y priorizar el trabajo de...

5.7AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/02 6:43 p.m.5 views

OffensiveCSharp

OffensiveCSharp 这是我为行动创建的C工具和POC(概念验证)集合。每个项目设计为不依赖外部库。在Visual Studio中打开每个项目的.SLN文件,并以"Release"模式编译。 项目| 描述| 最低.NET版本 ---|---|--- AbandonedCOMKeys| 枚举废弃的COM键(特别是InprocServer32)。可用于持久化,因为在某些情况下,你可以写入缺失的位置并使用rundll32.exe -sta CLSID进行调用。技术参考自@bohops的这篇文章| 4.0 COMHunter|...

5.9AI score
SaveExploits0
NVD
NVD
added 2026/09/02 3:17 p.m.3 views

CVE-2026-17563

The User Frontend WordPress plugin before 4.3.11 does not enforce its subscription-purchase requirement when processing frontend post submissions, only when rendering the form, allowing unauthenticated users to create and, depending on the form's configuration, immediately publish posts through...

5.3CVSS
SaveExploits0References1
CVE
CVE
added 2026/09/02 2:16 p.m.8 views

CVE-2026-17563

User Frontend WordPress plugin (versions before 4.3.11 ) enforces its subscription-purchase requirement only when rendering a frontend form, not when processing the actual post submission. This allows unauthenticated users to create—and, depending on form configuration, immediately publish —posts...

5.3CVSS5.9AI score
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/02 2:16 p.m.19 views

CVE-2026-17563 WP User Frontend < 4.3.11 - Unauthenticated Post Creation via Subscription-Gated Form

The User Frontend WordPress plugin before 4.3.11 does not enforce its subscription-purchase requirement when processing frontend post submissions, only when rendering the form, allowing unauthenticated users to create and, depending on the form's configuration, immediately publish posts through...

5.3CVSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/09/02 2:16 p.m.5 views

CVE-2026-17563 WP User Frontend < 4.3.11 - Unauthenticated Post Creation via Subscription-Gated Form

The User Frontend WordPress plugin before 4.3.11 does not enforce its subscription-purchase requirement when processing frontend post submissions, only when rendering the form, allowing unauthenticated users to create and, depending on the form's configuration, immediately publish posts through...

5.3CVSS5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 5:20 a.m.5 views

CVE-2025-49706-SharePoint-Spoofing-Vulnerability-Under-Active-Exploitation

🚨 CVE-2025-49706 – SharePoint 欺骗漏洞正遭到积极利用 作者:Aditya Bhatt – VAPT 专家 | 红队成员 📌 太长不看版 Microsoft SharePoint 正面临积极威胁。CVE‑2025‑49706,一个 SharePoint Server 中的欺骗漏洞,已从中等严重性演变为 现实世界武器化 ,其 变种 CVE‑2025‑53770 目前在野外被积极利用。如果你正在运行本地 SharePoint 2016、2019 或 Subscription Edition,请 立即修补 ,否则面临完全被攻陷的风险。 🧠 漏洞详情...

6.5CVSS6.9AI score0.98841EPSS
SaveExploits9
EUVD
EUVD
added 2026/09/01 12:31 a.m.7 views

EUVD-2026-68910

A vulnerability was found in hyperledger-firefly firefly up to 1.4.0. The impacted element is the function ValidateOptions of the file internal/events/webhooks/webhooks.go of the component Webhook Subscription. Performing a manipulation of the argument url results in server-side request forgery...

7.5CVSS6.6AI score0.00375EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/31 10:17 p.m.7 views

CVE-2026-82957

A vulnerability was found in hyperledger-firefly firefly up to 1.4.0. The impacted element is the function ValidateOptions of the file internal/events/webhooks/webhooks.go of the component Webhook Subscription. Performing a manipulation of the argument url results in server-side request forgery...

7.5CVSS0.00375EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/31 10:00 p.m.12 views

CVE-2026-82957

CVE-2026-82957 is a server-side request forgery (SSRF) in hyperledger-firefly up to version 1.4.0. The flaw resides in the ValidateOptions function within internal/events/webhooks/webhooks.go of the Webhook Subscription component. Manipulating the url argument allows a remote, unauthenticated att...

7.5CVSS6.6AI score0.00375EPSS
SaveExploits0References4
Rows per page
Query Builder