Lucene search
+L

40036 matches found

Kitploit
Kitploit
added 2026/09/22 8:40 p.m.7 views

Penetration-Testing-on-Metasploitable2

Internship Project 2 — Penetration Testing on Metasploitable2 Summary: This project demonstrates a complete penetration testing workflow: reconnaissance, enumeration, exploitation, post-exploitation validation, and mitigation recommendations. The target used is Metasploitable2 and the attack box ...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 8:33 p.m.50 views

KITT-Lite

KITT渗透测试框架 - 精简版(不再维护,可能需要一些编辑才能运行) KITT渗透测试框架是作为一个开源解决方案开发的,供渗透测试人员和程序员 alike 使用,将他们常用的工具与自己的知识整合到一个开源项目中。 使用KITT,用户可以轻松访问其职业中常用工具的列表,这些工具都开放源码配置。 更新:现在支持Kali 2020.2! 如果你想查看KITT的完整GUI版本,其仓库可以在这里找到 功能特性 OSINT Domainsticate - 自定义域名枚举工具 Shodan Search - 快速Shodan搜索工具 PhoneInfoga - 电话号码OSINT工具...

5.9AI score
SaveExploits0References108
Kitploit
Kitploit
added 2026/09/22 8:28 p.m.10 views

zeno

Zeno Framework Installation root@kitploit: cd git clone https://github.com/Traxes/zeno --recursive sudo pip3 install termcolor tqdm git clone https://github.com/Z3Prover/z3 --recursive cd z3 python3 scripts/mkmake.py --python cd build make sudo make install cd /zeno Usage root@kitploit: /zeno$...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 8:24 p.m.88 views

Loki

🧙‍♂️ Loki 命令与控制(C2) Loki 是一个用 Node.js 编写的阶段一命令与控制(C2)框架,旨在对易受攻击的 Electron 应用实施脚本劫持(script-jacking) MITRE ATT&CK T1218.015。Loki 专为红队行动而开发,通过利用受信任的、已签名的 Electron 应用,实现规避安全软件并绕过应用程序控制。 脚本劫持通过使用任意 Node.js 代码修改 Electron 应用在运行时加载的 JavaScript 文件,从而劫持其执行流程。该技术可用于: 对 Electron 应用植入后门 掏空 Electron 应用...

6.2AI score
SaveExploits0References21
Kitploit
Kitploit
added 2026/09/22 8:23 p.m.18 views

dref

DNS Rebinding Exploitation Framework This project is no longer maintained. dref does the heavy-lifting for DNS rebinding. The following snippet from one of its built-in payloads shows the framework being used to scan a local subnet from a hooked browser; after identifying live web services it...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/22 8:17 p.m.9 views

Invoke-DOSfuscation

Invoke-DOSfuscation v1.0 Introduction Invoke-DOSfuscation is a PowerShell v2.0+ compatible cmd.exe command obfuscation framework. White paper: https://www.fireeye.com/blog/threat-research/2018/03/dosfuscation-exploring-obfuscation-and-detection-techniques.html Background Over the past several yea...

6.3AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/22 8:13 p.m.11 views

social-engineer-toolkit

社交工程工具包 SET 社交工程工具包是一款开源的渗透测试框架,用于授权范围内的社交工程评估。SET 为需要测试用户意识、验证控制措施以及开展经同意的红队演练的安全团队提供了引导式攻击向量。 SET 是 TrustedSec 项目,由 David Kennedy ReL1K / @HackingDave 编写。 负责使用 SET 仅可用于已明确获得许可和范围的授权测试。未经同意,不得将 SET 用于系统、账户、网络或个人。使用或分发 SET 前,请审阅 readme/LICENSE 中的许可协议。 支持的平台 Linux macOS(实验性支持) 通过 WSL/WSL2 上的 Kali...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 8:07 p.m.15 views

PersistAssist

PersistAssist PersistAssist is a fully modular persistence framework written in C. All persistence techniques contain a cleanup method which will server to remove the persistence aside from the persistence code. This is a WIP so there are many empty classes, the main object of this project...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 8:01 p.m.12 views

pytm

pytm:一个Python式的威胁建模框架 简介 传统的威胁建模往往姗姗来迟,有时甚至根本不会进行。此外,手动创建数据流和报告极其耗时。pytm 的目标是将威胁建模前置,使其更加自动化并以开发人员为中心。 功能特性 基于您对架构设计的输入和定义,pytm 可以自动生成以下内容: 数据流图(DFD) 序列图 与您的系统相关的威胁 依赖要求 Linux/MacOS Python 3.11+ Graphviz 软件包 Java(OpenJDK 10 或 11) plantuml.jar 快速开始 tm.py 是一个示例模型。您可以运行它以生成其引用的报告和图表图像文件: mkdir -p tm...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 7:54 p.m.15 views

pytm

pytm:一个基于 Python 的威胁建模框架 简介 传统的威胁建模往往在开发后期才介入,有时甚至根本不做。此外,手动创建数据流和报告可能极其耗时。pytm 的目标是将威胁建模左移,使其更加自动化并以开发者为中心。 功能 根据您对架构设计的输入和定义,pytm 可以自动生成以下内容: 数据流图 DFD 序列图 与您的系统相关的威胁 要求 Linux/MacOS Python 3.11+ Graphviz 包 Java OpenJDK 10 或 11 plantuml.jar 快速开始 tm.py 是一个示例模型。您可以通过运行它来生成它引用的报告和图表图像文件: mkdir -p tm...

6.3AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 7:53 p.m.13 views

kurukshetra

Kurukshetra Kurukshetra 是一个 Web 框架,旨在成为第一个开源框架,为托管相当复杂的安全编码 挑战提供坚实基础,同时仍能在安全的沙盒环境中根据用户输入高效且动态地执行每个挑战。 Kurukshetra 由两个组件组成:用 PHP 编写的后端框架,负责管理和利用底层 Docker 系统为挑战执行提供安全的沙盒 ;以及前端,这是一个面向用户的 Web 应用程序,提供所有必要的控制功能,供管理员托管和修改挑战,供用户执行并查看每个输入的結果。 详细工具文档: https://0daylabs.com/kurukshetra/ 安装 支持的平台 Kurukshetra ...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/22 7:53 p.m.15 views

hal

欢迎使用 HAL! HAL /hel/ 是一个全面的网表逆向工程与操作框架。 导航 1. 简介 2. 构建说明 3. 快速入门指南 4. 学术背景 简介 HAL 到底是什么? 几乎所有现有的网表分析研究都基于所检查网表的图形化表示。 其核心在于,HAL 正好提供了这一点:一个将任意来源(例如 FPGA 或 ASIC)的网表解析为基于图形的网表表示,并提供必要的内置工具用于遍历和分析所包含的门和连线的框架。 我们的愿景是让 HAL 成为硬件逆向工程领域与 IDA 或 Ghidra 等工具地位相当的工具。 我们希望 HAL...

6AI score
SaveExploits0References11
Kitploit
Kitploit
added 2026/09/22 7:49 p.m.8 views

Villain

Villain Purpose Villain is a high-level Stage 0/1 C2 framework that can handle multiple reverse TCP and HoaxShell-based shells, enhance their functionality with additional features commands, utilities, and share them among connected sibling servers Villain instances running on different machines...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 7:43 p.m.10 views

CVE-2021-28079

CVE-2021-28079 - POC Jamovi file example.omv example.omv: Zip archive data, at least v2.0 to extract All OMV files are archived data. So, you can extract it and modify to exploit the XSS bug. root@kitploit: 🔥\ unzip example.omv Archive: example.omv inflating: META-INF/MANIFEST.MF inflating:...

6.1CVSS6.7AI score0.0123EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/22 7:41 p.m.11 views

angr

angr angr 是一个与平台无关的二进制分析框架。 它由 加州大学圣巴巴拉分校的计算机安全实验室、亚利桑那州立大学的 SEFCOM、它们的 CTF 团队 Shellphish、开源社区以及 @rhelmot 共同提供。 项目链接 主页:https://angr.io 项目仓库:https://github.com/angr/angr 文档:https://docs.angr.io API 文档:https://docs.angr.io/en/latest/api.html 什么是 angr? angr 是一套 Python 3 库,让你可以加载二进制文件并对其进行许多酷炫操作:...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/22 7:33 p.m.12 views

Protocol-Analyzer

Protocol Analyzer NetProtoFuzz Protocol-oriented fuzz testing framework for network protocols. Codacy Badge...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/22 7:33 p.m.11 views

CVE-2021-44228_IoCs

CVE-2021-44228IoCs Public IoCs for log4j framework vulnerability CVE-2021-44228 log4shell based on multiple public sources...

10CVSS7.6AI score0.99999EPSS
SaveExploits375
Kitploit
Kitploit
added 2026/09/22 7:27 p.m.17 views

godoh

🕳 godoh A DNS-over-HTTPS Command & Control Proof of Concept introduction godoh is a proof of concept Command and Control framework, written in Golang, that uses DNS-over-HTTPS as a transport medium. Currently supported providers include Google, Cloudflare but also contains the ability to use...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/22 7:24 p.m.12 views

vimana-framework

概述 Vimana 是一个模块化安全框架,用于审计 Python API 和 Web 应用程序。其基于插件的架构使安全专业人员能够通过自动和手动技术评估、模糊测试和分析 Python 项目。 核心功能: 漏洞检测与利用 静态与动态分析 应用程序爬取与发现 持久化与后渗透分析 CI/CD 安全集成 研究与开发(R&D) 📋 文档 安装指南 - 设置说明和部署选项 用户指南 - 完整使用指南和命令参考 CI/CD 集成 - GitHub Actions、GitLab CI/CD、CircleCI、Jenkins 的流水线模板...

5.7AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/22 7:17 p.m.13 views

peach

Peach Fuzz - Vulnerability Scanning Framework This tool aims to look through files in a given directory to detect any unsafe, vulnerable, or dangerous function calls. It is designed to be extensible and easy to understand; you can "plug-and-play" modules that specify criteria on which types of...

6.1AI score
SaveExploits0References5
Rows per page
Query Builder