1634250 matches found
MalPipe
MalPipe root@kitploit: //\ | | / / \ / | |/ // | ' \ / \ / //\ \ | | / /| | | | / / /,|/ || ./ | || MalPipe 是一个模块化的恶意软件(及指标)收集与处理框架。它被设计用于从多个源拉取恶意软件、域名、URL 和 IP 地址,丰富收集到的数据并导出结果。 目前支持以下源: VirusTotal https://www.virustotal.com MalShare https://malshare.com/ BambenekFeeds...
apache__dolphinscheduler_CVE-2023-51770_3_2_1_fixed
Apache Dolphinscheduler 关于 一个分布式易扩展的可视化 DAG 工作流任务调度系统。致力于解决数据处理流程中错综复杂的依赖关系,使调度系统在数据处理流程中开箱即用。 DolphinScheduler 的主要特性如下: 易于部署,提供四种部署方式,包括Standalone、Cluster、Docker和Kubernetes 易于使用,可以通过四种方式创建和管理工作流,包括Web UI、Python SDK、Yaml文件和Open API 高可靠高可用,多主多从的去中心化架构,原生支持横向扩展 高性能,性能比其他编排平台快N倍,每天可支持千万级任务 Cloud...
CVE-2019-13272
CVE-2019-13272 Exploit de root local en Linux Linux 4.10 5.1.17 PTRACETRACEME root local CVE-2019-13272 root@kitploit: In the Linux kernel before 5.1.17, ptracelink in kernel/ptrace.c mishandles the recording of the credentials of a process that wants to create a ptrace relationship, which allows...
webpalm
🌐 高级网页遍历与数据提取 🚀 🔍 高效爬取网站、提取结构化数据并可视化连接。 🕵️♂️ 🗺️ 目录 📦 安装 ⚡ 特性 🚀 使用教程 📌 示例 📜 正则模式 🤝 贡献 ⚡ 特性 🌳 结构化网页树生成 🕵️ 基于正则的数据提取 ⚡ 高速多线程 📂 多种导出格式 🎨 彩色输出与稳健错误处理 📦 安装 📥 下载二进制文件 📥 从源码编译 root@kitploit: git clone https://github.com/XORbit01/webpalm.git cd webpalm go build -o webpalm && ./webpalm 👉 下载最新版 📥 通过 Go 安装...
CGA-WJ4W-XQXV-8VV6
Bulletin has no description...
CGA-CW2M-9MG8-JVHV
Bulletin has no description...
CVE-2024-48589
phpAbook 9.0i - Cross-Site Scripting XSS Vulnerability CVE-2024-48589 Summary: A Cross-Site Scripting XSS vulnerability was discovered in the rol parameter of index.php or the path section in the phpAbook application. This vulnerability allows an attacker to inject arbitrary JavaScript code into ...
blue-pigeon
Blue Pigeon: 基于蓝牙的数据外泄与代理工具(红队专用) 1. 动机 | 鸽子的诞生 Blue Pigeon 如何工作? 鸽子的关键需求 2. 组件 | 剖析这只小波波 1. Blue Pigeon - 移动应用 2. Blue Beak - 自定义 EdXposed 框架钩子 3. Blue Dispatcher - 用于被入侵主机的 .NET 模块 3. 设置 Blue Pigeon 要求 安装与使用 4. 安全考虑 5. 许可与贡献 Blue Pigeon: 基于蓝牙的数据外泄与代理工具(红队专用) Blue Pigeon...
dive
dive 一个用于探索 Docker 镜像、层内容以及发现缩小 Docker/OCI 镜像大小方法的工具。 要分析一个 Docker 镜像,只需使用镜像标签/ID/摘要运行 dive: root@kitploit: dive 或者你可以直接通过 Docker 使用 dive: root@kitploit: alias dive="docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock docker.io/wagoodman/dive" dive 例如 dive nginx:latest...
CVE-2016-3714.ansible.role
Ansible Role: CVE-2016-3714 Fix ImageMagick Command Injection CVE-2016-3714 security issue with Ansible. Requirements Any installed imagemagick and before v6.7.7.10 machine. Role Variables A description of the settable variables for this role should go here, including any variables that are in...
iKy
描述 | 安装 | 网站 | 模块 | 问题 | 赞助 iKy 描述 iKy 项目是一个从电子邮件中收集信息并以美观的视觉界面展示结果的工具。 请访问该项目的 Gitlab 页面。 视频演示 模块 安装 你必须安装 Redis 并启动它 root@kitploit: wget http://download.redis.io/redis-stable.tar.gz tar xvzf redis-stable.tar.gz cd redis-stable make sudo make install cd .. 前往我们的网站。下载 ZIP 文件并解压,安装依赖并在另一个终端中启动它...
duckhunt
DuckHunter 防止 RubberDucky(或其他键盘注入)攻击 试试新的设置 GUI,它可以帮助你设置软件,而且我们刚刚发布了一个新功能,可以让你每次电脑启动时自动运行脚本 在我博客上阅读此程序的事后分析 介绍 Rubberduckies 是一种小型 USB 设备,它们伪装成 USB 键盘,可以以非常高的速度自行输入。由于大多数(如果不是全部)操作系统都会自动信任键盘,因此很难防范这类攻击。 DuckHunt 是一个小巧高效的脚本,它作为守护进程持续监控你的键盘使用情况(目前包括速度和选中的窗口),能够捕获并阻止 Rubber Ducky...
fav-up
Fav-up Lookups for real IP starting from the favicon icon and using Shodan. Installation pip3 install -r requirements.txt Shodan API key not the free one Usage CLI First define how you pass the API key: -k or --key to pass the key to the stdin -kf or --key-file to pass the filename which get the...
filtron
Filtron Reverse HTTP proxy to filter requests by different rules. Can be used between production webserver and the application server to prevent abuse of the application backend. The original purpose of this program was to defend searx, but it can be used to guard any web application. Installatio...
pcfg_cracker
PCFG = 概率上下文无关文法 PCFG = 很酷的模糊猜测器 简而言之:一组用于研究人类如何生成密码的工具。这些工具可用于破解密码哈希,也可用于创建合成密码(蜜词)或帮助开发更好的密码强度算法。 工具版本 训练器: 4.4 猜测器: 4.6 PRINCELING: 4.3 密码评分器: 4.4 文档 使用 Sphinx 基于代码中的文档字符串动态创建开发者指南。要构建开发者指南,请参阅 /doc/INSTRUCTIONS.rst 中的说明。 预构建的开发者指南 PDF 也可以在 /doc/build/latex/pcfgdevelopersguide.pdf...
pcfg_cracker
PCFG = Probabilistic Context Free Grammar PCFG = Pretty Cool Fuzzy Guesser In short: A collection of tools to perform research into how humans generate passwords. These can be used to crack password hashes, but also create synthetic passwords honeywords, or help develop better password strength...
xray
Welcome to xray 👋 一款功能强大的安全评估工具 🏠使用文档 • ⬇️xray下载 • ⬇️xpoc下载 • ⬇️xapp下载 • 📖插件存储库 English Version 注意:xray系列不开源,直接下载构建的二进制文件即可,仓库内主要为社区贡献的 poc,每次 xray 发布将自动打包。 ✨ xray2.0 为了解决 xray 1.0在功能增加过程中变得复杂且臃肿的问题,我们推出了 xray 2.0。 这一全新版本致力于提升功能使用的流畅度,降低使用门槛,并帮助更多安全行业从业者以更高效的模式收获更好的体验。xray 2.0...
MCP-Inspector-CVE-2025-49596
MCP Inspector CVE-2025-49596 Vulnerability Checker This script checks if an MCP Inspector server is vulnerable to CVE-2025-49596, a security issue where the /sse endpoint responds to unauthenticated requests missing auth token. How It Works The script sends a GET request to the /sse endpoint of t...
urlgrab
欢迎使用 urlgrab 👋 一个 Golang 实用工具,用于爬取网站以搜索更多链接,并支持 JavaScript 渲染。 安装 root@kitploit: go get -u github.com/iamstoxe/urlgrab 特性 可自定义的并行度 能够渲染 JavaScript (包括单页应用,如 Angular 和 React) 用法 root@kitploit: urlgrab 的使用方法: -cache-dir string 指定一个目录以利用缓存。也可在会话之间使用。 -debug 极其详细的调试输出。主要对开发有用。 -delay int...
vmpdump
VMPDump 一个动态VMP转储和导入修复工具,基于VTIL。适用于VMProtect 3.X x64。 前后对比 用法 VMPDump.exe "" -ep= -disable-reloc 参数: :目标进程的ID,十进制或十六进制形式。 :要转储和修复的模块名称。如果希望使用进程映像模块,可以传入空字符串""。 -ep=:可选提供的入口点RVA,十六进制形式。VMPDump将用此值覆盖可选头中的入口点。 -disable-reloc:可选设置,指示VMPDump在输出映像中标记重定位已被剥离,强制映像加载到转储的ImageBase。如果需要可运行的转储,这很有用。...