Lucene search
+L

3706 matches found

Kitploit
Kitploit
added 2026/09/20 4:43 p.m.12 views

secret-regex-list

秘密正则表达式列表 用于抓取秘密 API 密钥和敏感信息的正则表达式列表。你可以直接复制此列表并放入你的 Python 代码中,有些正则表达式可能需要三个引号,否则会破坏代码。 root@kitploit: "Cloudinary" : "cloudinary://.", "Firebase URL": ".firebaseio.com", "Slack Token": "xoxp|b|o|a-0-912-0-912-0-912-a-z0-932", "RSA private key": "-----BEGIN RSA PRIVATE KEY-----", "SSH DSA privat...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 4:19 p.m.11 views

Bluetooth-Attacks-CVE-2025-27840

本文讨论了攻击者如何通过模块更新引入隐藏的漏洞列表,从而导致 ESP32 设备被入侵并获取未授权的私钥访问权限,影响了数十亿使用该微控制器的设备。关键问题之一是在 ESP32 架构中发现的 CVE-2025-27840 漏洞。为确保比特币网络的安全性,我们识别了以下漏洞:由于函数 hasinvalidprivkey 中缺少下限检查而可能使用无效私钥的可能性;函数 electrumsighash 中因与 BIP-137 不兼容导致的交易签名伪造漏洞;密钥生成函数 randomkey 中的弱 PRNG 问题,使加密货币钱包的个人私钥变得可预测;函数 multiply 中缺少对 ECC...

6.8CVSS7AI score0.0133EPSS
SaveExploits1References19
Kitploit
Kitploit
added 2026/09/20 2:13 p.m.8 views

CVE-2022-2274

OpenSSL-src Heap Memory Corruption with RSA Private Key Operation : CVE-2022-2274 Summary OpenSSL-src-rust is a source code and logic to build OpenSSL from source written in rust and packaged as a crate. There are currently two maintained branches, matching the two maintained OpenSSL versions whi...

10CVSS8.1AI score0.45675EPSS
SaveExploits3References9
Kitploit
Kitploit
added 2026/09/20 1:24 p.m.35 views

certsync

certsync certsync is a new technique in order to dump NTDS remotely, but this time without DRSUAPI : it uses golden certificate and UnPAC the hash. It works in several steps: 1. Dump user list, CA informations and CRL from LDAP 2. Dump CA certificate and private key 3. Forge offline a certificate...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/20 1:08 p.m.12 views

CVE-2014-2734

CVE-2014-2734 Ruby OpenSSL CA 私钥伪造 ============= Ruby openssl 存在一个漏洞:当公钥在写入私钥之前被签发,并在脚本中重新打开时,它会伪造 CA 私钥。 PoC 脚本 https://gist.github.com/10446549 Mitre: http://cve.mitre.org/cgi-bin/cvename.cgi?name=2014-2734 SecurityFocus: http://www.securityfocus.com/bid/66956...

5.8CVSS7.8AI score0.05349EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/20 10:42 a.m.87 views

mallory

mallory HTTP/HTTPS proxy over SSH. Installation Local machine: go install github.com/justmao945/mallory/cmd/mallory@latest Remote server: need our old friend sshd Configuration Config file Default path is $HOME/.config/mallory.json, can be set when start program root@kitploit: mallory -config...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 8:54 a.m.10 views

about-hmac

关于 HMAC 使用Flask在Python中实现基本HMAC(基于哈希的消息认证码)的示例。 什么是HMAC?! 基于哈希的消息认证码(HMAC)为服务器和客户端分别提供一个私钥,该私钥只有该特定服务器和该特定客户端知道。客户端通过对请求数据和私钥进行哈希运算,为每个请求创建一个唯一的HMAC(或哈希),并将其作为请求的一部分发送。HMAC比消息认证码(MAC)更安全的原因在于,密钥和消息是在不同的步骤中分别进行哈希处理的。 示例 (1)客户端请求到服务器 当客户端向服务器发送请求时,它会包含以下头部信息: X-Authorization-Content-HMAC:...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 7:40 a.m.7 views

PoC_CurveBall

CVE-2020-0601 - CurveBall 亮点 CVE-2020-0601 的 PoC 针对私钥为 1 的简单解决方案 针对 1 私钥 曲线阶的非平凡解决方案 使用 C 语言编写,基于 OpenSSL 的 libcrypto 要求 某种 Linux 发行版 apt install libssl libssl-dev 或者你使用的任何包管理器 编译 make 使用方法 ./curveball MicrosoftECCProductRootCA2018.cer ./curveball -d 555 MicrosoftECCProductRootCA2018.cer...

8.1CVSS7.5AI score0.89436EPSS
SaveExploits15
Kitploit
Kitploit
added 2026/09/20 6:42 a.m.7 views

ForgeCert

ForgeCert ForgeCert 使用 BouncyCastle C API 和窃取的证书颁发机构 CA 证书 + 私钥,为能够向 Active Directory 进行身份验证的任意用户伪造证书。 此攻击在我们发布的 “Certified Pre-Owned”白皮书 中被编码为 DPERSIST1。该代码库在白皮书发布约 45 天后发布。 @tifkin 是 ForgeCert 的主要作者。 @tifkin 和 @harmj0y 是相关 Active Directory 证书服务研究(博客 和 白皮书)的主要作者。 背景 如我们的 白皮书 的 Background 和 Forgi...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/20 5:09 a.m.12 views

RsaCtfTool

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

5.8AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/20 3:12 a.m.9 views

SSH-Private-Key-Looting-Wordlists

利用LFI进行横向移动?获取SSH访问权限? root@kitploit: ?file=../../../../../../../../home/user/.ssh/idrsa ?file=../../../../../../../../home/user/.ssh/idrsa-cert SSH私钥窃取字典清单 🔒🗝️ 本仓库包含一系列用于协助定位或暴力破解SSH私钥文件名的字典清单。这些字典对于渗透测试人员、安全研究人员以及任何有兴趣评估SSH配置安全性的人士都非常有用。 字典文件 📝 ssh-priv-key-loot-common.txt :SSH私钥文件的默认和常见命名约定。...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/20 2:34 a.m.15 views

WhatsDump

正在重写整个项目。WIP WhatsDump 从任何安卓设备(支持安卓7+)中提取WhatsApp私钥。 该工具会启动一个干净的安卓6模拟器,并尝试用你的号码注册,以提取msgstore私钥。 注意:该工具处于测试阶段,可能不稳定。我们非常欢迎你通过提交PR或问题来改进本软件! 支持的操作系统 Mac OSX Windows Linux 发布版本 若要无需安装Python及其依赖项即可使用WhatsDump,你可以在此处找到预构建的二进制文件(感谢PyInstaller):https://github.com/MarcoG3/WhatsDump/releases 使用场景...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/20 1:39 a.m.10 views

JKS-private-key-cracker-hashcat

JKS 私钥破解器 - JKS 棺材上的钉子 Java Key Store JKS 是 Java 在文件中存储一个或多个用于非对称加密的加密私钥和公钥的方式。虽然存在多种密钥库格式,但 Java 和 Android 仍然默认使用 JKS 文件格式。JKS 是 Java 密钥库的文件格式之一,但令人困惑的是,JKS 也被用作通用 Java 密钥库 API 的缩写。本项目包含有关 JKS 文件格式安全机制以及如何破解私钥密码保护的信息。由于 JKS 的非同寻常的设计,所开发的实现可以忽略密钥库密码,直接破解私钥密码。由于它忽略了密钥库密码,此实现可以攻击所有 JKS...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 1:12 a.m.13 views

CVE-2022-20866

RSA密钥检查工具(用于CVE-2022-20866) 运行Cisco自适应安全设备(ASA)软件和Firepower威胁防御(FTD)软件的设备在处理RSA密钥时存在漏洞,此漏洞可能允许未经身份验证的远程攻击者检索RSA私钥。该漏洞是由于在硬件加密平台上将RSA密钥存储于内存时出现逻辑错误所致。攻击者可通过针对目标设备实施Lenstra侧信道攻击来利用此漏洞。成功利用后,攻击者可获取RSA私钥。 受漏洞影响的设备可能出现以下情况: RSA密钥可能格式错误且无效。格式错误的RSA密钥无法正常工作,若TLS客户端连接到使用此类错误RSA密钥的Cisco...

7.5CVSS7.2AI score0.17449EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 12:57 a.m.10 views

ecdsa-private-key-recovery

ecdsa-key-recovery 执行ECDSA和DSA nonce重用私钥恢复攻击 一个用于分析签名漏洞的密码学研究工具 让我们恢复两个共享相同 nonce k 的签名所对应的私钥。请注意,选择相同的 nonce k 会导致两个签名具有相同的签名值 r。要找到ECDSA nonce重用的良好候选者,请检查在不同消息(或哈希)上共享相同 r、pubkey 和 curve 的签名。例如,基于 bitcoind 的区块链项目通常是ECDSA签名材料的良好来源。 sampleA r , sA, hashA , pubkey, curve sampleB r , sB, hashB ,...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 12:56 a.m.18 views

walletool

walletool 一个用于读取 wallet.dat 文件的工具 一个用于从 wallet.dat 文件中提取加密货币钱包数据的实用工具。 安装 安装 Python 3.x。 安装 bsddb3 模块(如果你使用的是 Windows,请使用 Gohlke 的网站)。 从 Bitcoin-QT/Litecoin-QT 钱包中提取私钥 准备好你的 wallet.dat 文件。 对于 Bitcoin,运行 python wtextractkeys.py -d wallet.dat -v 0 对于 Litecoin,运行 python wtextractkeys.py -d wallet.da...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 12:52 a.m.8 views

CVE-2023-33242

CVE-2023-33242 CVE-2023-33242 PoC 模拟的Lindell17协议存在比特提取漏洞,攻击者可通过迭代提取密钥的各个比特来恢复私钥。该协议旨在通过客户端-服务器模型生成ECDSA签名,其中每一方持有ECDSA密钥的份额。漏洞在于对签名尝试过程中中止处理的错误处理,使得攻击者能够在多次迭代中提取密钥的比特。...

9.6CVSS7.9AI score0.01506EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/19 9:45 p.m.35 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...

8.2AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/19 9:20 p.m.12 views

gpg_reaper

GPG Reaper TL;DR: 从 gpg-agent 缓存/内存中获取/窃取/恢复 GPG 私钥 该 POC 演示了在 Windows 下从 gpg-agent 内存中获取 GPG 私钥的方法。 通常情况下,这只能在 10 分钟 时间窗口内完成(即 --default-cache-ttl 的值)。 不幸的是,housekeeping 函数(负责缓存清理)仅在您使用 GPG 时执行(没有定时器)。 这意味着在正常的 GPG 使用场景下(例如:您签署某个文件,然后关闭图形界面去处理其他任务),您的密码仍然会保留在 gpg-agent 内存中(即使 TTL 已过期)。...

6AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/19 6:22 p.m.11 views

curveball

curveball CVE-2020-0601 curveball - 备用密钥计算器 编译 Windows 需要 Visual Studio 2012 或更高版本,然后构建解决方案。 Linux / Unix cc altkey.c -lcrypto -o altkey 使用方法 用法:altkey ecpubliccertificate.pem ecnewprivatekey.pem 示例 root@kitploit: C:\security\curveball\Releasealtkey...

8.1CVSS7.6AI score0.89436EPSS
SaveExploits15
Rows per page
Query Builder