307728 matches found
mcpExec
mcpExec is a tool that takes advantage of the CVE-2026-23744 to gather a reverse shell using the URL of the vulnerable MCPJam Inspector installation. Installation root@kitploit: git clone https://github.com/daemoncibsec/mcpExec.git cd mcpExec python3 -m venv venv source venv/bin/activate pip...
CVE-2020-0688_EXP
CVE-2020-0688EXP CVE-2020-0688EXP Carga útil de activación automática root@kitploit: python3 CVE-2020-0688EXP.py -h usage: CVE-2020-0688EXP.py -h -s SERVER -u USER -p PASSWORD -c CMD -e optional arguments: -h, --help show this help message and exit -s SERVER, --server ECP Server URL Example:...
kernelpop
kernelpop kernelpop is a framework for performing automated kernel vulnerability enumeration and exploitation on the following operating systems: Linux Mac It is designed to be python version-agnostic, meaning that it should work with both python2 and python3 please let me know if you find that i...
etaHEN
etaHEN - AIO 自制软件启用器 🚀 支持本项目 如果你觉得这个项目有用,并希望支持它的持续开发,可以考虑请我喝杯咖啡! 从源码构建 源码在 Source code 文件夹中根据 GPLv3 提供,包含按照 GPLv3 要求构建它所需的全部文件。不过,我不会提供构建说明,因为任何开发人员都应该知道如何使用 cmake。 官方 PS5 漏洞利用网站 https://tinyurl.com/PS5IPV6 (需要你手动发送 payload,但稳定性最好) https://ps5jb.pages.dev/ (会自动为你加载 payload,我建议使用 IPV6 漏洞利用而不是 UMTX...
trust-my-agent-ai
🛡️ TrustMyAgent 面向 OpenClaw 智能体的安全保镖 网站 • 信任中心 • 快速开始 • 贡献指南 为 OpenClaw 智能体提供的类似EDR的安全智能体。运行 41 项安全检查,涵盖 14 个领域,计算信任分数(0-100),并将遥测数据发送到集中的 信任中心 仪表盘,人类和其他智能体可以在其中验证可信度。 无状态设计 - 完全在内存中运行,不在本地存储任何内容,不在主机上留下痕迹。 为什么 AI智能体功能强大,但不够透明。当一个智能体在机器上运行时,你如何知道它没有: 泄露环境变量中的机密? 产生可疑进程? 访问不应访问的文件? 以过高权限运行? 连接外泄服务?...
CorelightForSecOps
收集 Corelight Sensor 日志 本文档介绍如何通过配置 Corelight Sensor 和 Chronicle 转发器来收集 Corelight Sensor 日志。本文档还列出了支持的日志类型和支持的 Corelight 版本。 有关更多信息,请参阅 将数据注入 Chronicle。 准备工作 验证 Corelight Sensor 的版本。Corelight Google SecOps 解析器是针对 27.13 及更早版本设计的。更高版本的 Corelight Sensor...
impacket
Impacket Copyright Fortra, LLC and its affiliated companies. All rights reserved. Impacket was originally created by SecureAuth, and now maintained by Fortra's Core Security. Impacket is a collection of Python classes for working with network protocols. Impacket is focused on providing low-level...
ModSec-log4j2
测试 ModSec 规则 前提条件 已安装 Docker 已在本机安装 Java 执行测试 克隆仓库 执行以下命令启动 WAF(ModSec)和易受攻击的应用 root@kitploit: docker stack deploy -c docker-compose.yml WAF 解压仓库中的 JNDIExploit.v1.2.zip,进入文件夹并执行以下命令,其中 $IP 应为本机 IP,不建议使用 127.0.0.1 root@kitploit: java -jar ./JNDIExploit-1.2-SNAPSHOT.jar -i $IP -p 8888 要测试 RCE,请执行下面...
corelight-client
.. corelight-client: .. 版本号会自动填充。 .. |version| replace:: 1.5.17 ==================================== Corelight Sensor 命令行客户端 .. contents:: 概述 本工具为 Corelight Sensor 提供命令行客户端。Corelight Sensor 是一台由 Bro 的创造者从零开始打造的 Bro 设备,用于将网络流量转换为高质量数据,供你的分析管道使用。通过命令行客户端,你可以借助其全面的 RESTful API 远程配置和控制 Corelight...
nipe
An engine to make Tor Network your default gateway. Summary The Tor project allows users to surf the Internet, chat and send instant messages anonymously through its own mechanism. It is used by a wide variety of people, companies and organizations, both for lawful activities and for other illici...
nipe
一个让 Tor 网络成为默认网关的引擎。 摘要 Tor 项目允许用户通过其自身机制匿名上网、聊天和发送即时消息。它被各种各样的人群、公司和组织使用,既用于合法活动,也用于其他非法目的。Tor 一直广泛被情报机构、黑客组织、犯罪活动甚至关心数字世界隐私的普通用户使用。 Nipe 是一个用 Perl 开发的引擎,旨在让 Tor 网络成为你的默认网络网关。Nipe 可以将你机器的流量通过 Tor 网络路由到互联网,从而让你在上网时获得更强大的隐私和匿名保护。 Nipe 支持通过 Tor 网络路由 IPv4 和 IPv6 流量。只有发往本地和/或回环地址的流量不会经过 Tor 路由。所有非本地...
objdump-Out-Of-Bounds-write
GNU Binutils objdump — 越界写入 → FSOP → 任意代码执行 目标: GNU Binutils(截至 HEAD 的所有版本)— objdump 环境: Debian 13 Trixie、glibc 2.41、x8664 影响: 任意代码执行 攻击途径: 由 objdump -g 处理的恶意构造 ELF 文件 ASLR: 已绕过(确定性 mmap 偏移量) 致谢 衷心感谢 bikini 的公开提及,以及他在这项发现上秉持的公平态度。他是个很棒的人,我有幸与他交流过,他自己也做出了一些了不起的发现。快去瞧瞧他的成果吧! 漏洞 根本原因 — bfd/elf32-dlx...
redsnarf
root@kitploit: . \ \ | / / / \ | // \ / |\ \ / \ \ \ \ | | \ // // |/ \ | / | | /| | || /\ / /| /| || / / / / / / [email protected] @redsnarf RedSnarf is a pen-testing / red-teaming tool by Ed Williams for retrieving hashes and credentials from Windows workstations, servers and...
tac_plus-pre-auth-rce
tacplus Pre-Auth Remote Command Execution Vulnerability This repository contains information about a pre-auth remote command execution vulnerability in different open-source implementations of tacplus. The following two forks are affected: Shrubbery Networks tacplus Facebook tacplus However, both...
capa
网站 | 下载 | Web 界面 capa 能够检测可执行文件中的能力。 你针对一个 PE、ELF、.NET 模块、shellcode 文件或沙箱报告运行它,它就会告诉你它认为该程序能够做什么。 例如,它可能会指出该文件是一个后门、能够安装服务、或依赖 HTTP 进行通信。 要交互式地在浏览器中查看 capa 结果,请使用 capa Explorer Web。 如果你想查看或编写 capa 规则,请前往 capa-rules 仓库。否则,请继续阅读。 下面你可以找到 我们关于 capa 的博客文章列表,其中包含更多细节。 示例 capa 输出 $ capa.exe...
isms-builder
ISMS Builder Self-hosted Information Security Management System — open source, no cloud required 📖 Wiki — Docker-Image-Nutzung & Umgebungsvariablen, Architektur & Module, FAQ, Mitwirken DE/EN ⚠️ Security Warning: Fake repositories and copies distributing malware ISMS Builder has no packaged...
slither
Slither, the smart contract static analyzer Join the Empire Hacking Slack - Discussions and Support Slither is a Solidity & Vyper static analysis framework written in Python3. It runs a suite of vulnerability detectors, prints visual information about contract details, and provides an API to...
ravage
Ravage Ravage 是一款以证据为先的 CLI 工具,用于评估您拥有或已获明确授权测试的运行中 Web 应用程序。它将确定性侦察与验证同可选的模型驱动攻击循环相结合,同时将范围、身份验证、流量核算和证据保持在代码可控的边界内。 Ravage 是 1.0 之前的研究性 alpha 版本。请使用一次性环境并制定书面交战规则。安全测试可能会改变应用程序状态;Ravage 不会修复发现的问题或部署补丁。 快速入门 · 身份验证 · 结果 · 功能 · 文档 环境要求 Python 3.12 Git macOS、Linux 或 WSL 仅容器化工具、XBEN 和集成测试需要 Docker...
xxexploiter
XXExploiter 它生成XML载荷,并自动启动一个服务器来提供所需的DTD或进行数据外泄。 安装 root@kitploit: install node and npm if you don't have it yet npm install -g xxexploiter 从源码构建和运行 这是一个用TypeScript编写的简单Node应用。因此你可以像构建其他应用一样构建它: (如果没有安装node和npm,请先安装它们) root@kitploit: npm install npm run build you may need to npm install typescrip...
enseal
enseal 为开发者提供安全、临时的秘密分享。 别再在 Slack 上粘贴秘密了。enseal 让安全路径比不安全路径更快——通过一条命令和零配置,即可通过加密的一次性通道分享 .env 文件和秘密。bash sender $ enseal share .env Share code: 7-guitarist-revenge Secrets: 14 variables staging Expires: on first receive recipient $ enseal receive 7-guitarist-revenge ok: 14 secrets written to .en...