Lucene search
+L

1304585 matches found

Kitploit
Kitploit
added 2026/09/03 7:39 a.m.4 views

factual-rules-generator

factual-rules-generator factual-rules-generator 是一个开源项目,旨在根据运行中的操作系统生成关于已安装软件的 YARA 规则。 该软件的目标是能够使用一组规则对收集或获取的数字取证证据进行检测,并及时发现已安装的软件。 该软件可用于对 Windows 系统上已知的软件进行基线化,并创建一组规则,以便在其他系统上查找类似的安装。 依赖项 pefile psutil ndjson python-tlsh PyInstaller(用于将 client.py 转换为 client.exe) ssdeep 在 Ubuntu 上: sudo apt-g...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/03 7:36 a.m.4 views

pwned

pwned 一个命令行工具,用于查询Troy Hunt 的 Have I been pwned? 服务,使用 hibp Node.js 模块。 安装 下载并安装 Node.js,然后使用 npm 全局安装 pwned: root@kitploit: npm install pwned -g 或者,你也可以使用 npx 包运行程序按需运行: root@kitploit: npx pwned 受保护的命令 自2019年7月18日起,haveibeenpwned.com API 将多项服务移到了认证之后,需要 API 密钥。请参阅 Troy 的博文 了解理由和完整解释。要使用某些 pwned...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/03 7:36 a.m.2 views

Brida

Brida Brida 是一款 Burp Suite 扩展,作为 Burp Suite 和 Frida 之间的桥梁,让你在篡改应用程序与其后端服务/服务器之间交换的流量时,使用和操作应用程序自身的方法。它支持 Frida 支持的所有平台(Windows、macOS、Linux、iOS、Android 和 QNX)。 Brida 理念 这个想法源于在分析某些使用随机密钥进行强对称加密的移动应用时产生的一个需求:在不知道正确密钥的情况下,所有数据都无法通过 Burp...

5.9AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/03 7:35 a.m.3 views

A-Red-Teamer-diaries

红队日记 我在多个受控环境/基础设施中进行的渗透测试/红队实验的公开笔记,涉及与渗透测试人员和红队成员在安全评估中使用的各种工具和技术。 项目进行中 贡献 欢迎通过 GitHub 拉取请求进行贡献。 感谢所有辛勤付出的人 目标 渗透测试/红队速查表,收集代码片段和命令,帮助渗透测试人员在参与测试时(节省时间/快速查找特定命令)。 理解如何执行攻击 记录笔记供将来参考 免责声明 仅用于教育目的,使用风险自负。 入侵杀伤链 网络映射 RunFinger.py 收集网络中域名和 Windows 机器信息bash bash$ cd /usr/share/Responder/tools bash$...

7.4AI score
SaveExploits0References19
Kitploit
Kitploit
added 2026/09/03 7:31 a.m.3 views

CyberBattleSim

CyberBattleSim 2021年4月8日:请参阅 Microsoft 安全博客上的公告。 CyberBattleSim 是一个实验研究平台,用于研究在模拟的抽象企业网络环境中运行的自动化智能体的交互行为。该模拟提供了计算机网络和网络安全概念的高层抽象。其基于 Python 的 OpenAI Gym 接口支持使用强化学习算法训练自动化智能体。...

5.9AI score
SaveExploits0References18
Kitploit
Kitploit
added 2026/09/03 7:30 a.m.4 views

Elkeid

Elkeid - Bytedance Cloud Workload Protection Platform English | 简体中文 Elkeid 是一款可以满足 主机,容器与容器集群,Serverless 等多种工作负载安全需求的开源解决方案,源于字节跳动内部最佳实践。 随着企业的业务发展,多云、云原生、多种工作负载共存的情况愈发凸显,我们希望可以有一套方案可以满足不同工作负载下的安全需求,因此 Elkeid 诞生了。 Introduction Elkeid 具备以下主要能力: Elkeid 不仅具备传统的 HIDSHost Intrusion Detection System...

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

riscv-isa-sim

Spike RISC-V ISA 模拟器 关于 Spike,即 RISC-V ISA 模拟器,实现了一个或多个 RISC-V 硬件线程的功能模型。其命名源于庆祝美国横贯大陆铁路竣工时使用的金质道钉。 Spike 支持以下 RISC-V ISA 特性: RV32I 和 RV64I 基础 ISA,v2.1 RV32E 和 RV64E 基础 ISA,v1.9 Zifencei 扩展,v2.0 Zicsr 扩展,v2.0 Zicntr 扩展,v2.0 M 扩展,v2.0 A 扩展,v2.1 B 扩展,v1.0 F 扩展,v2.2 D 扩展,v2.2 Q 扩展,v2.2 C 扩展,v2.0...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 7:30 a.m.2 views

CVE-2004-1561

CVE-2004-1561 Icecast 标头覆盖缓冲区溢出 RCE 更新 568-edit.c 成功使 原始 exploit 工作。根据 此内容 进行了编辑。 568-edit.c 的使用方法 root@kitploit: root@Kali:/TryHackme/Ice gcc 568-edit.c -o 568 root@Kali:/TryHackme/Ice ./568 192.168.92.133 Icecast...

7.5CVSS6.1AI score0.77928EPSS
SaveExploits7References1
Kitploit
Kitploit
added 2026/09/03 7:24 a.m.3 views

FDD-book

简体中文版 zhCN 本目录包含《FreeBSD Device Drivers: From First Steps to Kernel Mastery》一书的简体中文翻译。下方的免责声明首先以英文呈现,然后以简体中文呈现,以便来自两种语言的读者都能在阅读本书之前了解此翻译的状态。 English Disclaimer: AI-Assisted Translation This Simplified Chinese edition of FreeBSD Device Drivers: From First Steps to Kernel Mastery was produced using...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 7:24 a.m.3 views

bambdas

Scripts Bambda Bienvenido al repositorio oficial de scripts Bambda de PortSwigger. Este repositorio contiene una colección de scripts desarrollados por PortSwigger y por la comunidad, con 🧡 📑 En esta página Tipos de scripts Bambda Contenido del repositorio Importación de scripts en Burp...

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

tirith

tirith Your browser would catch this. Your terminal won't. Website | Docs | SKILL.md | Changelog | Releases Independent open-source project, with hosting supported by the Vercel Open Source Program Spring 2026 Cohort. Can you spot the difference? root@kitploit: curl -sSL...

6.1AI score
SaveExploits0References38
Kitploit
Kitploit
added 2026/09/03 7:22 a.m.3 views

NtTrace

NtTrace 自述文件 另见 http://rogerorr.github.io/NtTrace/ 目录 Readme.md - 本文件 NtTrace.cfg - NtTrace 的默认配置文件 NtTrace.ico - 图标文件 NtTrace.mak - 用于 Microsoft Visual Studio 命令提示符的生成文件 NtTrace.rc - 资源文件 src - 源文件 include - 包含文件 version.rc - 版本资源 Gdi32Trace.cfg - GDI 原生调用的配置文件 User32Trace.cfg - USER32 原生调用的配置文件...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/03 7:20 a.m.4 views

smart-tree

🌳 Smart Tree s- 智能树屋:网络植物仪表板与代理无关的钩子! 🌐 Smart Tree 是一款极速的、AI友好的目录可视化工具,速度比传统 tree 快10-24倍。现在新增了安全扫描器 用于供应链攻击检测、保持意识知觉 、Spicy TUI模式 以及30多个MCP工具 !采用Rust构建,实现最佳性能。 ⚡ 快速安装bash Linux/macOS/WSL - One line install curl -sSL https://raw.githubusercontent.com/8b-is/smart-tree/main/scripts/install.sh | bas...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/03 7:17 a.m.7 views

seccomp-tools

Seccomp Tools 用于 seccomp 分析的强大工具。 本项目主要(但并非仅)面向 CTF pwn 挑战中 seccomp 沙箱的分析。 部分功能为 CTF 专属,但同样适用于分析真实世界中的 seccomp 过滤器。 功能特性 Dump - 自动从可执行文件中转储 seccomp BPF。 Disasm - 将 seccomp BPF 转换为人类可读的格式。 支持简单的反编译。 尽可能显示系统调用名称及参数。 彩色输出! Asm - 让编写 seccomp 规则像编写代码一样简单。 Emu - 模拟执行 seccomp 规则。 Explain -...

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

nextpnr

nextpnr -- una herramienta portátil de colocación y enrutamiento para FPGA nextpnr pretende ser una herramienta FOSS de colocación y enrutamiento para FPGA, independiente del fabricante y guiada por la temporización. Actualmente, nextpnr soporta: Dispositivos Lattice iCE40 compatibles con Project...

6AI score
SaveExploits0References22
Kitploit
Kitploit
added 2026/09/03 7:16 a.m.3 views

Loki

我编写了一个名为 LOKI RS(Rust)的新开源 YARA 扫描器。 LOKI Python 现已正式废弃。 重要说明 该项目现已进入非活跃维护模式。这意味着我会合并针对错误修复和简单问题的拉取请求,但目前没有时间添加新功能或扩展现有功能。多年来,我一直在开发一款更先进的扫描器 THOR,它在很多方面都优于本项目。有一款免费版本 THOR Lite 可供使用;它速度更快、更稳定,并在我们的 CI 环境中经过严格测试——是一个更好的解决方案。您可以在此处找到开源、免费和商业扫描器的对比:此处。 我还开始开发一个基于 Rust 的 LOKI 版本,名为 LOKI...

5.9AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/03 7:13 a.m.4 views

CVE-2023-43770-PoC

CVE-2023-43770-PoC PoC 针对存储型XSS CVE-2023-43770 漏洞的概念验证 描述 Roundcube 在 1.4.14 之前、1.5.x 在 1.5.4 之前、以及 1.6.x 在 1.6.3 之前的版本,由于 program/lib/Roundcube/rcubestringreplacer.php 的行为,允许通过包含精心构造链接的 text/plain 电子邮件消息进行 XSS 攻击。 攻击链 精心构造的邮件 - 受害者接收并打开邮件 - JavaScript 执行(存储型) PoC 视频:...

6.1CVSS6.9AI score0.58483EPSS
SaveExploits2References2
Kitploit
Kitploit
added 2026/09/03 7:13 a.m.5 views

CVE-2021-40906

CVE-2021-40906 - XSS Reflejado en una zona no autenticada Aplicación: Consola de Administración Web de CheckMK Revisión de Software: De 1.5.0 a 1.5.0p25 Autor: Edgar Augusto Loyola Torres. Tipo de ataque: XSS Reflejado Solución: Actualizar a la Revisión de Software 1.6.0p26 o posterior Resumen: E...

6.1CVSS6.4AI score0.00989EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/03 7:12 a.m.13 views

AFLplusplus

American Fuzzy Lop plus plus AFL++ 发布版本:5.03c GitHub 版本:5.03c 仓库: https://github.com/AFLplusplus/AFLplusplus AFL++ 由以下人员维护: Marc "van Hauser" Heuse [email protected] Dominik Maier [email protected] Andrea Fioraldi [email protected] Heiko "hexcoder-" Eissfeldt [email protected]...

6AI score
SaveExploits0References26
Kitploit
Kitploit
added 2026/09/03 7:09 a.m.3 views

Robber

Robber — DLL 劫持扫描器 免费、开源工具,用于发现 Windows 可执行文件中的 DLL 劫持机会。无第三方依赖。 功能介绍 Windows 按固定顺序搜索一组目录来加载 DLL — 首先是可执行文件自身的目录,然后是 System32、Windows、PATH 条目。如果 DLL 未在系统目录中找到,攻击者若能写入该链中更早的目录,便可放置恶意副本并使其被加载。 Robber 遍历目录树,将每个可执行文件的导入表与磁盘上的实际内容进行核对,并告知您哪些值得关注及其原因。 GUI 使用 将其指向一个目录,点击 扫描 。结果会实时显示在树形结构中 —...

5.8AI score
SaveExploits0
Rows per page
Query Builder