2114515 matches found
reFlutter
此框架通过使用已编译并准备好进行应用重打包的 Flutter 库的补丁版本,帮助进行 Flutter 应用逆向工程。该库的快照反序列化过程已修改,允许你以方便的方式执行动态分析。 关键特性: socket.cc 已打补丁用于流量监控和拦截; dart.cc 已修改以打印类、函数和一些字段; 包含一些微小更改以成功编译; 如果你想实现自己的补丁,支持通过专门制作的 Dockerfile 手动更改 Flutter 代码。 支持的引擎 Android: arm64, arm32; iOS: arm64; Release: Stable, Beta 安装 root@kitploit: Linux...
sqlmate
sqlmate 有一些我们认为 SQLMap 应该具备的功能。比如查找目标的管理员面板,更好的哈希破解等。如果你也这么认为,SQLMate 就是为你准备的。 它的功能? 通过 --dork 选项提供一个 SQL 注入 dork,它将为你找到易受攻击的网站。之后,它会尝试找到它们的管理员面板,并尝试使用 SQL 查询绕过它们。 它可以对 MD5、SHA1 和 SHA2 进行非常快速的哈希查找。你可以通过 --hash 选项提供哈希。平均查找时间不到 2 秒。 你也可以提供一个包含哈希的 txt 文件,通过 --list 选项进行破解。 第一种模式只检查 13...
jeopardize
Introduction Jeopardize tool is developed to provide basic threat intelligence&response capabilities against phishing domains at the minimum cost as possible. It detects registered phishing domain candidates typosquatting, homograph etc., analyzes them and assigns a risk score to them. After then...
CVE-2024-4040
CVE-2024-4040 前言 最近看到這個漏洞覺得還挺有趣,拜讀了以下文章並且稍微寫了一下 exploit https://y4tacker.github.io/2023/12/10/year/2023/12/CrushFTP-Unauthenticated-Remote-Code-Execution-CVE-2023-43177/...
wwwgrep
WWWGrep OWASP 基金会网站仓库 作者:Mark Deen & Aditi Mohan 简介 WWWGrep 是一种快速搜索的“grep”机制,它按类型检查 HTML 元素,允许执行集中式(单个)、多文件(基于文件的 URL)以及递归式(可选择是否基于根域名)搜索。页面头部的名称和值也可以按此方式递归搜索。WWWGrep 旨在帮助攻击方和防御方快速审查待检查的代码库,以下列举了一些用例和示例。 安装 root@kitploit: git clone pip3 install -r requirements.txt python3 wwwgrep.py 依赖项(pip3...
adversary-playbook
Adversary Playbook 14 battle-tested offensive-security skil...
gokart
GoKart - Go Security Static Analysis GoKart is a static analysis tool for Go that finds vulnerabilities using the SSA single static assignment form of Go source code. It is capable of tracing the source of variables and function arguments to determine whether input sources are safe, which reduces...
santa
Santa !NOTE As of 2025, Santa is no longer maintained by Google. We encourage existing users to migrate to an actively maintained fork of Santa, such as https://github.com/northpolesec/santa. Santa is a binary and file access authorization system for macOS. It consists of a system extension that...
Cowrie and Grafana Honeypot using Terraform on DigitalOcean
使用 Terraform 在 DigitalOcean 上部署 Cowrie 和 Grafana 蜜罐 演示视频 目录 目录 系统概述 技术栈 项目目录结构 硬件要求 安装与配置 Terraform 状态管理 CI/CD 流水线 系统架构 观察记录 使用方法 项目文档 架构设计与权衡 系统运行流程 遇到的问题与限制 未来改进 安全考量 贡献者 许可证 系统概述 一个使用 Terraform 部署在 DigitalOcean 云服务器上的 SSH/Telnet 蜜罐堆栈。攻击行为由 Cowrie 捕获,存储在 Loki 中,并在 Grafana 中通过攻击来源的实时世界地图进行可视化。 技...
findom-xss
FinDOM-XSS FinDOM-XSS is a tool that allows you to finding for possible and/ potential DOM based XSS vulnerability in a fast manner. Installation root@kitploit: $ git clone https://github.com/dwisiswant0/findom-xss.git --recurse-submodules Dependencies: LinkFinder Usage To run the tool on a targe...
startpage-parser
startpage-parser 从 startpage 搜索引擎(基于 google.com 的结果)解析搜索结果 你可以使用它来获取一些结果,同时避免被 Google 封禁 安装 通过 pip root@kitploit: $ pip install startpage-parser 从源码 root@kitploit: $ git clone https://github.com/knassar702/startpage-parser $ cd startpage-parser $ pip install -e . root@kitploit: from startpage...
dr_robot
root@kitploit: . . . . . . . : \ : \ : \ : . \ : / : . \ \ :| | | || || || : | || | \ | : | | | :| | . | || : \ | : \ | : || | | : | | | |. / | || |\ . / |/ . / | | :/ || || :/ :/ || : : : Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC NTESS. Under the terms of...
dr_robot
. . . . . . . : \ : \ : \ : . \ : / : . \ :| | | || || || : | || | \ | : | | | :| | . | || : \ | : \ | : || | | : | | | |. / | | | |\ . / |/ ./ | | :/ | | || :/ :/ | | : : : Copyright 2019 National Technology & Engineering Solutions of Sandia, LLC NTESS. Bajo los términos del Contrato DE-NA000352...
AlertResponder
AlertResponder 注意:此仓库已废弃。新仓库位于:https://github.com/m-mizutani/deepalert AlertResponder 是一个用于安全告警自动响应的无服务器框架。 概述 AlertResponder 接收从安全视角值得关注的事件即告警,并自动响应告警。AlertResponder 包含自动响应的 3 个部分。 1. 检查器 Inspector 调查告警中出现的实体,包括 IP 地址、域名,并存储结果:信誉度、恶意活动历史、关联的云实例等。以下组件已提供,可与您的 AlertResponder...
CVE-2022-28219
CVE-2022-28219 针对受影响 build 版本低于 7060 的 ManageEngine ADAudit Plus 的 CVE-2022-28219 POC 技术分析 更多详情请参阅我们的博客: https://www.horizon3.ai/red-team-blog-cve-2022-28219 使用方法 root@kitploit: % python3 CVE-2022-28219.py -h usage: CVE-2022-28219.py -h -t TARGET -l LHOST -d DOMAIN -lhp HTTPPORT -lfp FTPPORT -f...
GPT_Vuln-analyzer
GPTVuln-analyzer 这是一个概念验证应用程序,演示了如何利用人工智能生成准确的漏洞分析结果,并能进一步利用已经非常实用的 ChatGPT。该程序基于 openai-api、python-nmap、dnsresolver 等 Python 模块构建,其 GUI 版本还使用了 customtkinter 和 tkinter。该项目同时提供 CLI 和 GUI 界面,能够执行网络漏洞分析、DNS 枚举以及子域名枚举。 依赖要求 Python 3.10 或更高版本 requirements.txt 文件中列出的所有软件包 OpenAI API Bard API MakerSuite...
AgentSmith-HIDS
AgentSmith-HIDS --项目名称灵感来源于电影《黑客帝国》 English | 简体中文 THIS REPO IS OLD RELEASE VERSION: https://github.com/bytedance/Elkeid 关于AgentSmith-HIDS AgentSmith-HIDS严格意义上并不是一个“Host-based Intrusion Detection System”,因为目前开源的部分来讲它缺乏了规则引擎和相关检测的能力,但是它可以作为一个高性能“主机信息收集工具”来构建属于你自己的HIDS。...
nebulousAD
⚠️ NebulousAD 用户须知 自4月14日起,NuID 将不再托管此代码所通信的 NebulousAD API。作为一个小型开发团队,我们发现无法同时有效支持、监控和开发 NebulousAD 门户以及我们的认证 开发者门户。 检查 Active Directory 密码是否属于公开泄露凭据集的代码将继续保留在此仓库中。我们将在未来几个月内,将大家通过 NebAD 体验中给予的宝贵反馈整合到我们的认证 API 中,以提供无缝的密码黑名单服务。敬请期待! 感谢大家过去参与和反馈,期待未来继续交流。如有任何关于 NebAD、NuID 或数字身份相关的问题,欢迎随时联系我们。 再见!...
CVE-2026-89169
live-boot ff8867c allows attackers to bypass the dm-verity-enforce-roothash-signature protection mechanism when the .verity file is missing...
CVE-2026-89169
live-boot at commit ff8867c contains a vulnerability in its dm-verity-enforce-roothash-signature protection mechanism. When the .verity file is missing, an attacker can bypass this integrity verification, as shown in the code at lines 112–114 of 9990-overlay.sh. The Debian bug tracker records thi...