Lucene search
+L

2968 matches found

Kitploit
Kitploit
added 2026/09/13 6:02 p.m.9 views

CVE-2022-40684

CVE-2022-40684 CVE-2022-40684单独或者批量exp 食用方法 生成公钥 python3 exp.py -u ip:port -k idrsa2048.pub -l hosts.txt指定文件批量 FOFA title="FortiGate"...

9.8CVSS8.1AI score0.99984EPSS
SaveExploits25
Kitploit
Kitploit
added 2026/09/13 6:00 p.m.6 views

CVE-2021-21239

CVE-2021-21239技术报告:Redash SAML认证漏洞 SAML简介 安全断言标记语言(SAML)是一种开放标准,用于在联合身份系统中的各方之间交换身份验证和授权数据。它支持跨域的单点登录(SSO)。关键组件包括: 身份提供者(IdP) :对用户进行身份验证并发布SAML断言的服务(例如,Google的SAML IdP)。它使用其私钥对断言进行签名以确保完整性和真实性。 服务提供者(SP) :依赖IdP进行身份验证的应用程序(例如,Redash)。SP使用IdP的公钥或证书验证签名以信任断言。...

6.5CVSS7.1AI score0.01271EPSS
SaveExploits3References1
Kitploit
Kitploit
added 2026/09/13 5:27 p.m.4 views

ssh_Enum_vaild

sshEnumvaild 一个Bash脚本,用于利用CVE-2018-15473漏洞枚举有效的SSH用户名。它通过分析身份验证响应来检查OpenSSH服务器上的有效用户名。 功能特性 ✅ 基于OpenSSH响应行为检测有效SSH用户名 ✅ 使用公钥认证绕过技术 ✅ 通过并行处理优化速度 ✅ 自动将有效用户名保存到validusernames.txt ✅ 轻量级,仅需Bash和OpenSSH客户端 1. 仅显示有效用户名(从输出中移除无效用户)。 2. 将有效用户名保存到validusernames.txt。 3. 通过并行执行检查,运行速度更快。 使用方法 chmod +x...

5.9CVSS6.9AI score0.98631EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/13 3:39 p.m.10 views

CVE-2014-2734

CVE-2014-2734 Suplantación de clave privada de CA en Ruby OpenSSL ============= Ruby openssl tiene una vulnerabilidad cuando una clave pública se emite antes de escribir la clave privada y se reabre durante un script, suplantando una clave privada de CA. Script PoC https://gist.github.com/1044654...

5.8CVSS7.8AI score0.05349EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/13 3:00 p.m.9 views

curveball

curveball CVE-2020-0601 curveball - Calculadora de clave alternativa Compilación Windows Visual Studio 2012 o superior, luego compile la solución. Linux / Unix cc altkey.c -lcrypto -o altkey Uso Uso: altkey ecpubliccertificate.pem ecnewprivatekey.pem Ejemplo root@kitploit:...

8.1CVSS7.4AI score0.89436EPSS
SaveExploits15
Kitploit
Kitploit
added 2026/09/13 1:26 p.m.75 views

ssh-mitm

SSH-MITM - ssh audits made simple An interactive SSH interception tool for authorized security audits. Intercept sessions, monitor live traffic, inject commands, and manipulate file transfers — all in real time. !Follow me on...

5.9AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/13 10:09 a.m.5 views

cve-2020-0601_poc

基本信息 此工具源代码旨在帮助理解 Windows Crypto API 中发现的 CVE-2020-0601 漏洞,请参阅 CERT 的概述。 该工具本身可用于为任意域名生成证书,该证书将由恶意证书颁发机构签名。此工具生成的恶意 CA 与命令行提供的公钥相同。 当易受攻击的 Windows 系统的网络浏览器访问此证书时,该证书将被视为受信任的证书。因此,位置合适的网络攻击者可以拦截受害者的流量。 用法简述 启动工具并提供受信任 Windows 证书的路径: root@kitploit: ./cve-2020-0601poc...

8.1CVSS7.4AI score0.89436EPSS
SaveExploits15
Kitploit
Kitploit
added 2026/09/13 9:40 a.m.11 views

badkeys

badkeys 用于检查加密公钥已知漏洞的工具和库 是什么? badkeys 检查各种格式的公钥是否存在已知漏洞。网页版可在 badkeys.info 找到。 安装 badkeys 可以通过 pip 安装: root@kitploit: pip3 install badkeys 你可能想使用虚拟环境。有关不同安装选项的详细信息,请 查阅官方 Python 文档。或者,你也可以直接从 git 仓库调用 ./badkeys-cli 。 你可以在 Repology 上找到 Linux 发行版和其他操作系统的 badkeys 软件包概览。 用法 在使用 badkeys 之前,你需要下载黑名单数据...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 9:40 a.m.8 views

CVE-2026-29000-PoC

CVE-2026-29000 — pac4j-jwt JwtAuthenticator 认证绕过 PoC CVE-2026-29000 的 PoC,它是 pac4j-jwt 中 JwtAuthenticator 组件的一个认证绕过漏洞(CVSS 10.0 ,严重)。 该脚本可以伪造一个令牌,以冒充任何用户和任意角色——无需知道任何秘密——只要目标暴露其 RSA 公钥 。 !WARNING 本工具仅用于教育目的和授权的安全测试 。它旨在解决 Hack The Box 机器 "Principal" ,并且默认值(iss、role、kid)是针对该机器定制的。请仅在拥有或明确授权测试的系统上使...

9.3CVSS7.4AI score0.05856EPSS
SaveExploits17References2
Kitploit
Kitploit
added 2026/09/13 7:22 a.m.8 views

RsaCtfTool

RsaCtfTool RSA多重攻击工具,可从弱公钥中解密数据并恢复私钥。 概述 本工具旨在从弱公钥中解密数据,并尝试恢复对应的私钥。它提供了多种攻击选项,用于破解RSA加密。 RSA的安全性依赖于大整数因式分解的复杂性。该项目结合了多种因式分解算法以增强解密能力。 注意: 本工具主要面向教育用途 。并非所有密钥都能在合理时间内被破解。该工具仅支持RSA教科书式半素数复合模数(而非多素数)。 如需高级因式分解,可考虑 msieve、yafu 或 cado-nfs。 用法 root@kitploit: RsaCtfTool --publickey key.pub --private 恢复私...

5.9AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/13 6:14 a.m.9 views

nzyme

Nzyme 了解更多信息,请访问 https://www.nzyme.org/。 Nzyme 2.0.0 版本目前正在开发中,现已提供 alpha 版本。 贡献 参与贡献的方式有很多,我们热烈欢迎所有社区互动: 如果你认为发现了任何类型的错误,请提交一个 issue。 如果任何内容让你感到困惑,请提交一个 issue。糟糕、缺失或令人困惑的文档被视为错误。 为新功能或错误修复提交 Pull Request。最好先与我们联系,以确保其符合路线图并有被合并的机会。 编写文档。 撰写博客文章。 在问题跟踪器或 我们的 Discord 中帮助用户。...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/13 5:54 a.m.7 views

pyrexecd

PyRexecd PyRexecd 是一个用于 Windows 的独立 SSH 服务器。 功能: 独立的 Win32 应用程序(非服务),驻留在系统托盘中。 仅支持单一用户/公钥认证。 通过弹出窗口通知传入连接。 通过 stdin/stdout 发送/接收剪贴板文本。 PyPI 项目页面:https://pypi.python.org/pypi/PyRexecd/ 前提条件: Python 3 - http://www.python.org/ Paramiko - http://www.paramiko.org/ PyWin32 -...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 4:23 a.m.8 views

jwt-key-confusion-poc

JWT密钥混淆PoC CVE-2015-9235 为Hack the Box挑战 - Under Construction和Secret编写 这两个脚本均执行Java Web Token密钥混淆攻击CVE-2015-9235。 要执行该攻击,攻击者需要知道服务器用来验证签名的公钥,并且服务器配置为使用HS256算法。由于HS256是一种对称密钥算法(相同的密钥用于签名和验证消息),我们可以使用公钥来签名我们篡改的令牌。由于Web服务器知道公钥,当它收到篡改的令牌时,会能够验证它。 截图 使用方法 python3 jwt-9235.py -h tokenlocation claimkey...

9.8CVSS8.2AI score0.08655EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/12 10:50 p.m.8 views

clone-cert

clone-cert.sh Este es un script de shell simple que recupera el certificado X.509 asociado a un puerto TCP envuelto en TLS y utiliza openssl para crear un certificado similar reemplazando la clave pública y corrigiendo la firma. Esto es particularmente útil si desea demostrar por qué los...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 10:45 p.m.34 views

roca

ROCA detection tool This tool is related to ACM CCS 2017 conference paper 124 Return of the Coppersmith’s Attack: Practical Factorization of Widely Used RSA Moduli. It enables you to test public RSA keys for a presence of the described vulnerability. Update 4.11.2017 : Python 2.7, 3.4+ supported...

7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 8:46 p.m.7 views

database-druid

druid encode java -cp druid-1.1.19.jar com.alibaba.druid.filter.config.ConfigTools 密码 Example: java -cp druid-1.1.19.jar com.alibaba.druid.filter.config.ConfigTools jas502n root@kitploit:...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 5:35 p.m.7 views

RS256-2-HS256

RS256-2-HS256 将算法从RS256更改为HS256的JWT攻击 用法 root@kitploit: usage: RS2562HS256JWT.py -h payload pubkey positional arguments: payload JSON payload from JWT to attack pubkey Public key file to use for signing optional arguments: -h, --help show this help message and exit 示例...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/12 9:49 a.m.5 views

CVE-2024-45337-POC

CVE-2024-45337-POC 概念验证(POC)用于 CVE-2024-45337 构建 root@kitploit: go version go version go1.23.2 linux/amd64 go build 用法 root@kitploit: Usage of ./CVE-2024-45337-POC: -addr string ssh服务器地址(默认 "127.0.0.1:2222") -authorised-pubkey string 允许通过验证的公钥(必须是公钥)(默认 "ided25519.pub") 一些可尝试利用的内容...

9.1CVSS7.5AI score0.03153EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/12 1:20 a.m.5 views

CVE-2018-0114

CVE-2018-0114 针对 Node-jose 0.11.0 的 Exploit,使用 Ruby 编写 使用方法 只需在代码中输入受害者名称,然后通过 ruby ./exploit.rb 运行文件 Cisco node-jose 开源库 0.11.0 之前版本中存在一个漏洞,可能允许未经身份验证的远程攻击者使用嵌入在令牌中的密钥重新签名令牌。该漏洞是由于 node-jose 遵循 JSON Web Signature JWS 标准处理 JSON Web Token JWT 所致。该标准规定,表示公钥的 JSON Web Key JWK 可以嵌入到 JWS...

7.5CVSS7.1AI score0.42651EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/11 9:27 p.m.3 views

CVE-2018-0114-Exploit

CVE-2018-0114-利用 在 0.11.0 之前的 Cisco node-jose 开源库中存在一个漏洞,可能允许未经身份验证的远程攻击者使用嵌入在令牌中的密钥重新签署令牌。该漏洞源于 node-jose 遵循 JSON Web 令牌(JWT)的 JSON Web 签名(JWS)标准。该标准规定,代表公钥的 JSON Web 密钥(JWK)可以嵌入到 JWS 的头部中。此公钥随后被信任用于验证。攻击者可以通过移除原始签名、向头部添加新的公钥,然后使用与嵌入在该 JWS 头部中的公钥相关联的(攻击者拥有的)私钥对对象进行签名,来伪造有效的 JWS 对象。...

7.5CVSS7.1AI score0.42651EPSS
SaveExploits6
Rows per page
Query Builder