5592 matches found
festin
FestIN the powered S3 bucket finder and content discover What is FestIn Why Festin Install Using Python Using Docker Full options Usage Configure search domains Concurrency HTTP Crawling configuration Manage results Proxy usage DNS Options Full Text Support Running as a service or watching mode...
nosqlpot
NoSQL蜜罐框架 NoPo NoSQL蜜罐框架 NoPo 是一个开源的NoSQL数据库蜜罐,可自动检测攻击者并记录攻击事件。仿真引擎使用Twisted框架部署。当前该框架支持Redis。 注意:该框架正在开发中,可能存在漏洞。 截图 服务器已部署 安装 您可以通过克隆Git仓库下载NoPo: root@kitploit: git clone https://github.com/torque59/nosqlpot.git pip install -r requirements.txt NoPo在任何平台上均可与Python 2.6.x 和2.7.x 版本开箱即用。 新增功能:...
redisHack
redisHack redis未授权、redisCVE-2022-0543检测利用二合一脚本 使用方法:...
tarnish
tarnish tarnish is a static-analysis tool to aid researchers in security reviews of Chrome extensions. It automates much of the regular grunt work and helps you quickly identify potential security vulnerabilities. This tool accompanies the research blog post which can be found here. If you don't...
opencve
What is OpenCVE? OpenCVE is a Vulnerability Intelligence Platform that helps you monitor and manage CVEs efficiently. It aggregates vulnerabilities from multiple sources MITRE, NVD, RedHat, Vulnrichment... and lets you filter, track, and organize them by vendor, product, severity, and more. You c...
redis_exploit
CVE-2025-49844 RediShell - Entorno de laboratorio Un entorno de laboratorio práctico para probar y comprender la vulnerabilidad crítica CVE-2025-49844 RediShell en Redis. ⚠️ ADVERTENCIA ¡Esto es solo con fines educativos! Úsalo únicamente en sistemas que poseas o para los que tengas permiso...
monitor
BetterDB Monitor Valkey 应得的监控层。 BetterDB 持久化保存 Valkey 丢弃的数据——慢日志、命令模式、客户端活动、异常信号——这样你就能排查凌晨 3 点发生了什么,而不仅仅是当下正在发生什么。专为 Valkey 8.x 构建,原生支持 COMMANDLOG、CLUSTER SLOT-STATS 以及每线程 I/O 指标。其余功能兼容 Redis 6+。 网站 | Docker Hub | npm | 文档 | 博客 BetterDB 由 BetterDB Inc. 构建,这是一家依据 OCV Open Charter 运营的公益公司。...
cve-search
cve-search cve-search is a tool to import CVE Common Vulnerabilities and Exposures and CPE Common Platform Enumeration into a MongoDB to facilitate search and processing of CVEs. The main objective of the software is to avoid doing direct and public lookups into the public CVE databases. Local...
metta
Metta Metta is an information security preparedness tool. This project uses Redis/Celery, python, and vagrant with virtualbox to do adversarial simulation. This allows you to test mostly your host based instrumentation but may also allow you to test any network based detection and controls...
legba
legba Join the project community on our server! Legba is a multiprotocol credentials bruteforcer / password sprayer and enumerator built with Rust and the Tokio asynchronous runtime in order to achieve better performances and stability while consuming less resources than similar tools. Key Featur...
redis-poc
RCE autenticado en Redis doble liberación de NACK en streams, errores de los módulos TDigest y TopK Exploits de RCE no destructivos para Redis 6.2.22, 7.4.9, 8.6.4 mediante la doble liberación de NACK compartido en grupos de consumidores de streams una evasión del parche de CVE-2026-25243, para...
CVE-2026-25243
CVE-2026-25243 — Redis RESTORE zipmap 双重释放 → 远程代码执行 TL;DR. 一个畸形的 DUMP 载荷传递给 RESTORE 会触发 Redis 传统哈希 zipmap 加载器中的堆双重释放 。在默认的 jemalloc 下,该双重释放是 静默 的(服务器继续运行),从而将其转化为可控的类型混淆 原语。本仓库利用此原语实现了在启用 ASLR 的情况下远程代码执行 —— Redis worker 调用 system"" 并保持服务。不是 DoS。 root@kitploit: 默认 Redis(DEBUG 禁用),ASLR 开启 ——...
Redis-RCE
Redis-RCE 适用于 redis4 和 redis5 的远程代码执行 来自 https://github.com/Ridter/redis-rce 的 Python 代码 通过加载so文件,扩展新命令system.exec进行 命令执行成功 strings explin.so |grep sys root@kitploit: system system.exec syserrlist.h sysnerr syserrlist syssiglist system.exec root@kitploit: 0x01 SLAVEOF 192.168.2.18 8989 0x02 confi...
w12scan
w12scan w12scan是一款网络资产发现引擎,通过WEB接口下发任务,w12scan会自动将相关的资产聚合在一起方便分析使用。w12scan也是我的毕业设计。 w12scan分为WEB端(用于展示显示数据)和Client端(用于搜索相关资产数据)。 这里是web端的开源程序,client端在https://github.com/boy-hack/w12scan-client 一个视频了解W12SCAN 设计思想 基于python3 + django + elasticsearch + redis去重+web与client通信中间件,使用WEB...
MAD-CAT
MAD-CAT 喵攻击数据损坏自动化工具 概述 MAD-CAT(喵攻击数据损坏自动化工具)是一款全面的安全工具,旨在模拟针对多种数据库系统的数据损坏攻击。该工具支持单目标攻击和基于CSV的批量攻击,同时支持凭据认证和非凭据认证的攻击场景。 支持的数据库服务 该工具目前支持以下数据库服务: MongoDB (端口 27017) Elasticsearch (端口 9200) Cassandra (端口 9042) Redis (端口 6379) CouchDB (端口 5984) Hadoop HDFS (端口 9870) 安装 root@kitploit: 克隆仓库 git clone...
CVE-2022-0543
CVE-2022-0543 1.简介 Redis 沙盒逃逸漏洞(CVE-2022-0543)POC&EXP 2.用法 root@kitploit: RedisRCE -help 查看帮助信息 RedisRCE -h 192.168.0.100:6379 无密码连接 //输入q退出程序 RedisRCE -h 192.168.0.100:6379 -p 123456 密码连接 3.免责声明 此工具仅用于学习、研究和自查。 不应用于非法目的,请遵守相关法律法规。 使用本工具产生的任何风险与本人无关!...
CVEs
CVE-2022-2992:通过 GitHub 导入实现远程命令执行 信息 描述: 该漏洞允许经过身份验证的用户通过“从 GitHub 导入”API 端点实现远程代码执行。 受影响版本: 从 11.10 到 15.1.6 之前的所有版本、15.2 至 15.2.4、15.3 至 15.3.2 修复版本: 15.3.2 研究人员: vakzz 分析文章链接: https://blog.redwaysecurity.com/2023/04/desenvolvendo-o-exploit-para-o-cve-2022.html NIST CVE 链接:...
chameleon
19 Customizable honeypots for monitoring network traffic, bots activities, and username\password credentials DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET, Postgres, MySQL, MSSQL, Elastic and ldap If you want to implement the honeypots in your project,...
pDNS2
pDNS2 pDNS2 项目 pDNS2 是另一种使用 Redis 作为数据库的被动 DNS 工具的实现。pDNS2 意为“被动 DNS 版本2”,在查询速度上优先于其他数据库功能。 pDNS2 基于 Florian Weimer 的原始 dnslogger,并改进了速度和针对分析人员的专业化特性。 环境要求 Redis http://redis.io/ Redis API https://github.com/andymccurdy/redis-py Wireshark 完整安装 http://www.wireshark.org/ 快速开始 此版本包含两个简单的 Python...
CVE-2025-49844
🚨 CVE-2025-49844 — “RediShell” 全球最快内存存储中的严重远程代码执行漏洞 Redis Lua 脚本执行区域现已成为认证后的完美着陆点。 经过认证的攻击者 → 精心构造的 Lua 脚本 → 逃逸沙箱 → 在宿主机上实现完全 RCE ⚠️ 概述 CVE-2025-49844 (“RediShell ”)是 Redis 嵌入式 Lua 脚本引擎中一个严重的释放后使用(UAF)内存破坏漏洞 。 一个经过认证的 用户通过 EVAL/EVALSHA 提交一个精心构造的 Lua 脚本,该脚本操纵垃圾收集器,在解析/执行过程中触发 UAF,逃逸 Lua...