412426 matches found
CVE-2024-10914-Exploit
Herramienta de Explotación SilverX 📌 Descripción SilverX Exploit Tool es un script de pruebas de penetración diseñado para detectar y explotar vulnerabilidades en aplicaciones web. Proporciona una interfaz tipo shell para ejecutar comandos de forma remota en sistemas vulnerables. ⚠️ Aviso Legal...
tinyfilemanager-wh1z-edition
Tiny File Manager WH1Z-Edition Introducing Tiny File Manager WH1Z-Edition, the compact and efficient solution for managing your files and folders with enhanced privacy and security features. Gone are the days of relying on external resources – I've stripped down the code to its core, making it...
CVE-2018-0952-SystemCollector
SystemCollector Windows 10 诊断中心标准收集器服务中权限提升的概念验证(PoC) 受影响产品 Windows 10 Windows Server Windows Server 2016 Visual Studio 2015 Update 3 Visual Studio 2017 摘要 由于 DiagnosticsHub.StandardCollector.Runtime.dll 中缺少客户端模拟功能,Windows 标准收集器服务所使用的诊断中心打包库可以被强制将任意文件复制到任意位置。 以下是关于如何发现和利用此漏洞的详细说明:Windows...
CVE-2024-2053
通过日志投毒实现LFI到RCE的利用 用于CVE-2024-2053 Artica Proxy的Python3利用程序 📝 描述 此Python3脚本利用本地文件包含(LFI)漏洞,通过日志投毒技术实现远程代码执行(RCE)。专为Artica Proxy(CVE-2024-2053)设计,但也适用于其他LFI场景。 ⚡ 功能 多种LFI测试向量(/etc/passwd、/proc/self/environ) 4种不同的PHP载荷变体用于规避 自动部署Webshell 代理支持(Burp/OWASP ZAP) SSL验证开关 详细调试模式 🛠️ 安装 root@kitploit: git...
CVE-2024-53677
This post is a research article published by EQSTLab. CVE-2024-53677 ★ CVE-2024-53677 Unrestricted Upload of File with Dangerous Type and RCE PoC ★ Lab Setup root@kitploit: cd docker docker build --ulimit nofile=122880:122880 -m 3G -t cve-2024-53677 . docker run -p 8080:8080 --ulimit...
CVE-2024-33113
CVE-2024-33113 D-LINK DIR-845L 路由器通过 bscsmsinbox.php 文件存在信息泄露漏洞。 CVE-2024-33113 是 D-LINK DIR-845L 路由器中的一个漏洞,该漏洞通过 bscsmsinbox.php 文件导致信息泄露。该漏洞源于对 include 函数的不当处理,攻击者可通过操控 $file 变量进行利用。这使得攻击者能够包含任意 PHP 脚本,并可能获取敏感信息,例如路由器的用户名和密码。 PoC root@kitploit:...
httpstat
httpstat httpstat 以优雅清晰的方式可视化 curl1 的统计信息。 它是一个单文件🌟 Python 脚本,零依赖👏 ,兼容 Python 3🍻 。 特性 漂亮的终端输出 — 展示 DNS、TCP、TLS、服务器处理及内容传输的时间分解 结构化 JSON 输出 — 通过 --format json / jsonl 提供机器可读的输出,采用稳定的 v1 架构 SLO 阈值检查 — 使用 --slo total=500,connect=100,违反时退出码为 4 保存结果到文件 — --save path.json 用于多步骤工作流 NOCOLOR 支持 — 遵从 NOCOL...
nginx-CVE-2017-7529
Vulnerabilidad de lectura fuera de límites en la caché de Nginx CVE-2017-7529 Principio de la vulnerabilidad Lectura de referencia: https://cert.360.cn/detailnews.html?id=b879782fbad4a7f773b6c18490d67ac7...
meowEye
🐾 MeowEye MeowEye 是一款针对多种 Web 漏洞的实时扫描工具。它使用真实浏览器观察流量,并通过注入式测试来检测反射型参数、本地文件包含 LFI 和服务器端模板注入 SSTI 漏洞(目前支持)。在待办列表中,将加入更多漏洞类型。 🐾 为什么是 MeowEye? 我有一只猫叫 Koko ——她美得不可方物,但说实话……她整天除了喵喵叫、嘶嘶叫、吃饭、睡觉,以及……嗯……💩,什么也不做。 但她的眼睛 ?能捕捉到一切。 她的耳朵 ?比军用雷达还灵敏。 她的柔韧性 ?让我感觉自己像 80 岁老人。 所以我打造了 MeowEye ,希望它能有 Koko 的 1%...
gdb-dashboard
GDB dashboard GDB dashboard 是一个独立的 .gdbinit 文件,使用 Python API 编写,提供了一个模块化界面,显示正在调试的程序的相关信息。其主要目标是减少检查当前程序状态所需的 GDB 命令数量,从而使开发者能够主要专注于控制流。 快速开始 只需将 .gdbinit 放置在你的主目录中,例如使用以下命令: root@kitploit: wget -P https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit 可选安装 Pygments 以启用语法高亮: root@kitploit...
CVE-2023-34051
CVE-2023-34051 CVE-2023-34051 是一个认证绕过漏洞,绕过了 VMSA-2023-0001 的补丁。 VMSA-2023-0001(适用于 vRealize Log Insight)包含以下 CVE: VMware vRealize Log Insight 目录遍历漏洞 CVE-2022-31706 VMware vRealize Log Insight 访问控制缺陷漏洞 CVE-2022-31704 VMware vRealize Log Insight 信息泄露漏洞 CVE-2022-31711 此漏洞的默认配置会写入一个 cron 任务以创建反向...
cryptr
cryptr 一个使用 OpenSSL 加密和解密文件的简单 shell 工具。 安装 root@kitploit: git clone https://github.com/nodesocket/cryptr.git ln -s "$PWD"/cryptr/cryptr.bash /usr/local/bin/cryptr 依赖 shred(可选,用于删除原始文件)。 Bash 补全 将 tools/cryptr-bash-completion.bash 添加到你的补全文件目录中。 命令 encrypt encrypt - 使用 OpenSSL AES-256...
pillager
Pillager 使用 Go 对文件系统进行敏感信息检索。 目录 1. 概述 2. 安装 3. 使用方法 4. 数据外传 5. 文档 概述 Pillager 旨在提供一种利用 Go 强大的并发模型来递归搜索目录中文件敏感信息的简便方法。为此,Pillager 站在了几位巨人的肩膀上。一旦 Pillager 找到符合指定模式的文件,就会使用一系列并发的工作线程扫描该文件,每个工作线程从作业队列中获取文件的一行,并搜索敏感模式匹配。可用的模式过滤器可以在 pillager.toml 文件中定义,也可以使用默认规则集。...
CVE-2025-2294
Kubio Page Builder LFI 漏洞利用工具 CVE-2025-2294 Kubio Page Builder WordPress 插件(版本 ≤ 2.5.1)的本地文件包含(LFI)漏洞利用工具。 📌 说明 该工具利用了 Kubio Page Builder 插件中的一个未授权 LFI 漏洞(CVE-2025-2294),允许攻击者读取易受攻击的 WordPress 站点上的敏感文件。 🚀 特性 单目标模式 -u 从文件批量扫描 -l 版本检测 将结果输出到文件 -o 自动检测易受攻击的版本 支持自定义文件路径 📦 安装 root@kitploit: git clone...
LogoFail-PoC
🇮🇱 BringThemHome NeverAgainIsNow 🇮🇱 Exigimos el regreso seguro de todos los ciudadanos que han sido tomados como rehenes por el grupo terrorista Hamás. No descansaremos hasta que cada rehén sea liberado y regrese a casa sano y salvo. Puedes ayudar a traerlos de vuelta a...
rustbof
rustbof Este proyecto permite el desarrollo de BOFs usando Rust con soporte completo de nostd. Aprovecha las características de seguridad de Rust y las herramientas modernas, produciendo objetos COFF pequeños y eficientes. El framework proporciona todo lo necesario para el desarrollo de BOFs. El...
cmsPoc
Attention The project is being refactored: cmsPoc 2.0 Note: The POC library for version 2.0 has not yet been updated with the corresponding interfaces, so it cannot be used. If you need to use it, it is recommended to use version 1.0 first. cmsPoc 1.0 Requirements python2.7 Works on Linux, Window...
ESLockDecryptor
ESLockDecryptor ESLockDecryptor es una herramienta de línea de comandos diseñada para recuperar y descifrar archivos cifrados por ES File Explorer archivos con la extensión .eslock. Admite el procesamiento tanto de archivos individuales como de directorios completos. !WARNING ¡SOLO PARA USO LEGAL...
CVE-2021-41773-Apache-2.4.49-
CVE-2021-41773-Apache-2.4.49- Pruebas de penetración 1.1. Path Traversal Lectura del archivo /etc/passwd !/bin/bash Script: exploitpathtraversal.sh Mục tiêu: Đọc tệp /etc/passwd từ Apache 2.4.49 TARGETIP="128.0.0.100" URL="http://$TARGETIP/cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/etc/passwd" echo "+ Kha...
CVE-2024-3094
CVE-2024-3094 Se descubrió código malicioso en los tarballs oficiales de xz, a partir de la versión 5.6.0. Mediante una serie de complejas ofuscaciones, el proceso de compilación de liblzma extrae un archivo objeto precompilado de un archivo de prueba disfrazado presente en el código fuente, que...