Lucene search
+L

886942 matches found

Kitploit
Kitploit
added 2026/09/17 3:20 p.m.12 views

CVE-2025-20393

CVE-2025-20393 📌 概述 CVE-2025-20393 是一个影响 Cisco Secure Email Gateway SEG 和 Cisco Secure Email and Web Manager SEWM 设备上运行的 Cisco AsyncOS 的 严重远程命令执行 RCE 漏洞。 该漏洞源于 Spam Quarantine 功能中的 输入验证不当 。未经身份验证的远程攻击者 可通过发送特制的 HTTP 请求来利用此漏洞,从而导致 以 root 权限执行任意命令 。 该漏洞被认定为 极其危险 ,原因如下: 无需身份验证 可通过网络进行利用 可实现系统完全沦陷...

10CVSS9.1AI score0.29875EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/17 3:19 p.m.8 views

CVE-2021-44228_PoC

CVE-2021-44228 的 PoC 这个 Python 脚本是在我编写 TryHackMe 的 Log4j 房间时创建的。虽然它是为该房间的默认变量创建的,但我使用了 argparse 使脚本能够灵活处理 GET 请求。所有必要的变量都可以通过不同选项进行更改,详见 -h 获取更多信息。 设置 此处仅托管我的脚本,要正常运行还需要另外两个下载内容,我会提供链接,但按照我的方式设置文件夹可以让脚本轻松运行。首先创建一个 log4j 文件夹(或任何你想要的名称),然后 git clone 本仓库,接着将 poc.py 移动到 /log4j/ 目录下。 root@kitploit: gi...

10CVSS7.7AI score0.99999EPSS
SaveExploits371References1
Kitploit
Kitploit
added 2026/09/17 3:19 p.m.12 views

wphardening

WPHardening 强化任何 WordPress 安装的安全性。 ❮ 注意 ❯ 此工具会定期发布新版本。请确保经常更新依赖关系以获取最新版本。查看更新日志或 CHANGELOG.md 了解新功能。 安装 安装 WPHardening 需要执行一条控制台命令: root@kitploit: $ pip install -r requirements.txt 用法 root@kitploit: $ python wphardening.py -h \ \ / / | | | | | | \ \ /\ / /| | | || | | | \ / / / | /| |/ | '/ |/ ...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/17 3:19 p.m.28 views

wphardening

WPHardening Fortify the security of any WordPress installation. ❮ NOTE ❯ This tool releases new versions on a regular basis. Make sure to update your dependencies frequently to get the latest version. Check out the changelog or CHANGELOG.md to learn about the new features. Installation Installing...

6AI score
SaveExploits0References5
OSV
OSV
added 2026/09/17 3:19 p.m.4 views

EEF-CVE-2026-91039 dynamic_oidc identities are not namespaced by connection in ash_authentication, allowing cross-connection account takeover

Summary Authentication Bypass by Spoofing vulnerability in team-alembic ashauthentication allows an attacker who operates one identity-provider connection of a dynamicoidc strategy to be signed in as a local user established through a different connection. The strategy is meant to keep each...

9.1CVSS0.00403EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/17 3:19 p.m.5 views

EUVD-2026-81687

Authentication Bypass by Spoofing vulnerability in team-alembic ashauthentication allows an attacker who operates one identity-provider connection of a dynamicoidc strategy to be signed in as a local user established through a different connection. The strategy is meant to keep each connection in...

9.1CVSS0.00403EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/17 3:19 p.m.15 views

CVE-2026-91039

team-alembic/ash_authentication versions 5.0.0-rc.10 through before 5.0.0-rc.14 are affected by an Authentication Bypass by Spoofing in the dynamic_oidc strategy. The __connection_id__ field is populated only on an ephemeral per-request struct, but DynamicOidc.IdentityChange.change/3 re-fetches t...

9.1CVSS0.00403EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/09/17 3:19 p.m.4 views

CVE-2026-91039 dynamic_oidc identities are not namespaced by connection in ash_authentication, allowing cross-connection account takeover

Authentication Bypass by Spoofing vulnerability in team-alembic ashauthentication allows an attacker who operates one identity-provider connection of a dynamicoidc strategy to be signed in as a local user established through a different connection. The strategy is meant to keep each connection in...

9.1CVSS0.00403EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/17 3:19 p.m.17 views

CVE-2026-91039 dynamic_oidc identities are not namespaced by connection in ash_authentication, allowing cross-connection account takeover

Authentication Bypass by Spoofing vulnerability in team-alembic ashauthentication allows an attacker who operates one identity-provider connection of a dynamicoidc strategy to be signed in as a local user established through a different connection. The strategy is meant to keep each connection in...

9.1CVSS0.00403EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/17 3:19 p.m.12 views

krf

KRF KRF 是一个内 核态随 机错 误注入器。 目前支持 Linux 和 FreeBSD 内核。 是什么? 故障注入 是一种软件测试技术,通过在被测程序所调用的函数中诱发失败(“故障”)来工作。如果被调用方未能进行正确的错误检查和处理,这些故障可能导致不可靠的应用行为或可被利用的漏洞。 与现有的许多用户态故障注入系统不同,KRF 通过加载的内核模块在内核态运行。这有几个优点: 它适用于静态链接的二进制文件,因为不依赖 LDPRELOAD 进行注入。 由于它拦截的是原始的系统调用而非它们的 libc 包装函数,因此可以注入通过 syscall3 或内联汇编发起的调用。 它可能比使用...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/17 3:19 p.m.84 views

krf

KRF KRF is a K ernelspace R andomized F aulter. It currently supports the Linux and FreeBSD kernels. What? Fault injection is a software testing technique that involves inducing failures "faults" in the functions called by a program. If the callee has failed to perform proper error checking and...

6.4AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/17 3:19 p.m.13 views

PwnFox

PwnFox PwnFox is a Firefox/Burp extension that provide usefull tools for your security audit. If you are a chrome user you can check https://github.com/nccgroup/autochrome. PwnFox Features Single click BurpProxy Containers Profiles PostMessage Logger Toolbox Security header remover Installation...

6.1AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 3:19 p.m.8 views

cipherscan

CipherScan CipherScan 测试给定目标上所有主要 SSL 和 TLS 版本的密码套件排序。它还提取一些证书信息、TLS 选项、OCSP 装订等。CipherScan 是 openssl sclient 命令行的封装。 CipherScan 旨在运行于所有类 Unix 系统。它自带针对 Linux/64 和 Darwin/64 的 OpenSSL 构建。在其他平台上,它将使用操作系统提供的 openssl 版本(可能支持的密码有限),或通过 -o 命令行标志提供您自己的版本。 示例 基本测试: root@kitploit: $ ./cipherscan google.co...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 3:18 p.m.8 views

CVE-2016-3088

CVE-2016-3088 Apache ActiveMQ Remote Code Execution Exploit Description The Fileserver web application in Apache ActiveMQ 5.x before 5.14.0 allows remote attackers to upload and execute arbitrary files via an HTTP PUT followed by an HTTP MOVE request. Author Alexandre Aguiar @cyberaguiar Exploit...

9.8CVSS8.7AI score0.98518EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/17 3:17 p.m.9 views

HookDump

HookDump EDR function hook dumping Please refer to the Zeroperil blog post for more information https://zeroperil.co.uk/hookdump/ Building source In order to build this you will need Visual Studio 2019 community edition is fine and CMake. The batch file Configure.bat will create two build...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 3:17 p.m.9 views

XMGoat

XMGoat Overview XM Goat is composed of XM Cyber terraform templates that help you learn about common Azure security issues. Each template is a vulnerable environment, with some significant misconfigurations. Your job is to attack and compromise the environments. Here’s what to do for each...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 3:17 p.m.10 views

jackdaw

jackdaw 收集 收集 收集 这是什么? Jackdaw 旨在收集你域中的所有信息,将其存储到 SQL 数据库中,并以精美的图形展示域对象之间的交互关系,以及潜在攻击者可能如何利用这些交互。 它还附带一个便利的功能,可帮你处理密码破解项目:存储/查找/报告哈希/密码/用户。 快速使用信息 如果不使用自动收集(例如不在 Windows 上),你需要通过 dbinit 创建一个初始空数据库 首先你需要执行 enum。在 Windows 上可以双击可执行文件或输入 jackdaw.exe auto 自动完成。 其次你需要运行 nest 来启动 Web 界面。默认情况下,它提供在...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/17 3:17 p.m.291 views

jackdaw

jackdaw gather gather gather What is this? Jackdaw is here to collect all information in your domain, store it in a SQL database and show you nice graphs on how your domain objects interact with each-other an how a potential attacker may exploit these interactions. It also comes with a handy...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/17 3:17 p.m.11 views

cve-2020-1472

CVE-2020-1472 POC mac环境下通过proxychains代理的方式在window域环境中复现该漏洞。 Environment DC主域控制器: Domain User域成员主机: 通过gost直接设置socks5正向代理。 Attack Hacker攻击机: 设置proxychains4 root@kitploit: vim /Users/xq17/.proxychains/proxychains.conf 增加PrxoyList列表 ProxyList socks5 10.211.55.42 8099 Attack Tools攻击利用工具: root@kitploit...

10CVSS7.7AI score0.99389EPSS
SaveExploits76References2
RedHat Linux
RedHat Linux
added 2026/09/17 3:17 p.m.5 views

Moderate: Red Hat Security Advisory: tomcat security, bug fix, and enhancement update

An update for tomcat is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

9.8CVSS0.0168EPSS
SaveExploits3References9
Rows per page
Query Builder