298186 matches found
Anti-Forensics
Anti-Forensics A Repository to Track Anti-Forensic Techniques This list is built based on the response of the DFIR community and the techniques we currently cover in our Anti-Forensics course. Do you have any cool Anti-Forensic ideas to share? DFIR DigitalForensics...
CVE-2026-25049
🚨 CVE-2026-25049 – n8n 未授权设置泄露 📌 概述 CVE 编号: CVE-2026-25049 受影响软件: n8n 严重性: 严重 类别: 不当访问控制 / 信息泄露 该漏洞允许在某些 n8n 部署中通过 REST API 端点未授权访问 内部配置数据。 🧭 目录 概述 技术详情 影响 受影响版本 验证 缓解措施 安全说明 免责声明 🔍 技术详情 在易受攻击的配置中,以下端点无需身份验证即可访问: root@kitploit: GET /rest/settings 📤 可能泄露的数据包括 🔐 身份验证方法(例如,电子邮件登录) 🌐 实例模式(例如,public) ...
Digital-Privacy
English | 简体中文 世界上有两种密码:一种是防止你的小妹妹偷看你的文件;另一种是防止当局阅读你的文件. Bruce Schneier《应用密码学》 项目起因 : 为了保护自己的隐私,慢慢的开始学习与收集各种手段方法、网站、工具,我把这种行为称作数字洁癖.这些手段方法藏着掖着也不能当传家宝,那干脆就分享出来造福大众. 涉及内容 : 个人敏感信息查询,保护措施,开源信息收集OSINT对抗 事件集合 : 还不清楚严重性?进来了解近年来的数据泄露、供应链污染事件:Dork-Admin 项目地址 : https://github.com/ffffffff0x/Digital-Privac...
windows-api-function-cheatsheets
Hojas de referencia de funciones de la API de Windows Contacto 🌨️ Tetsuo: https://www.x.com/tetsuo Tabla de contenidos Hojas de referencia de funciones de la API de Windows Operaciones de archivos Gestión de procesos Gestión de memoria Gestión de subprocesos Gestión de bibliotecas de vínculos...
badsuccessor
BadSuccessor.py Una herramienta de pruebas de penetración que explota la vulnerabilidad de escalada de privilegios dMSA delegated Managed Service Account en entornos de Active Directory de Windows Server 2025. ⚠️ Aviso legal Esta herramienta está destinada únicamente a pruebas de penetración...
zip_smuggling
zipsmuggling Esta utilidad de Python crea archivos zip que contienen datos adicionales incrustados dentro de la estructura del archivo. Estos datos extra no son visibles/no se muestran cuando se examina o descomprime el zip, pero pueden recuperarse mediante powershell a través de un archivo de...
HTB-Pterodactyl-Writeup
HackTheBox — Pterodactyl 题解 难度: 中等 | 操作系统: Linux openSUSE Leap 15.6 | 赛季: 10 概述 Pterodactyl 是一台中等难度的 Linux 靶机,运行着 Pterodactyl 游戏服务器面板。攻击链涉及面板中一个无需认证的 LFI 到 RCE 漏洞、通过 MySQL 提取凭据、破解 bcrypt 哈希以获得 SSH 访问权限,以及一条利用 PAM 会话注入和 udisks2 XFS resize 竞态条件的双 CVE 提权链。 Flag: 用户: Root: (通过 CVE-2025-6019 获得) 信息收集...
CVE-2025-12137
1 使用当前 nonce 调用插件 REST API 的辅助函数 root@kitploit: async function iwpFetchpath, method='GET', body const nonce = window?.wpApiSettings?.nonce || jQuery?.ajaxSettings?.headers?.'X-WP-Nonce'; const res = await fetch$location.origin/wordpress/wp-json/iwp/v1$path, method, headers:...
sleep_python_bridge
Cobalt Strike Sleep Python Bridge Este proyecto es un 'puente' entre el lenguaje sleep y python. Permite el control de un teamserver de Cobalt Strike a través de python sin necesidad del cliente GUI estándar. NOTA: Este proyecto está muy en BETA. El objetivo es proporcionar un campo de pruebas pa...
PANIX
PANIX - Persistencia contra NIX PANIX es un framework de persistencia para Linux potente, modular y altamente personalizable, diseñado para investigadores de seguridad, ingenieros de detección, pentesters, entusiastas de CTF y más. Construido con versatilidad en mente, PANIX enfatiza la...
CVE-2026-89092
The nscd service in the GNU C Library 2.3.4 onwards may crash due to a stack overflow when a malicious DNS server returns too large a response for a DNS query, resulting in degraded DNS resolution for the system. Exploitation of this bug needs a system that has nscd enabled and using an untrusted...
AZL-100019 CVE-2026-89092 affecting package glibc 2.38-21
The nscd service in the GNU C Library 2.3.4 onwards may crash due to a stack overflow when a malicious DNS server returns too large a response for a DNS query, resulting in degraded DNS resolution for the system. Exploitation of this bug needs a system that has nscd enabled and using an untrusted...
DEBIAN-CVE-2026-89092
The nscd service in the GNU C Library 2.3.4 onwards may crash due to a stack overflow when a malicious DNS server returns too large a response for a DNS query, resulting in degraded DNS resolution for the system. Exploitation of this bug needs a system that has nscd enabled and using an untrusted...
CVE-2024-36587
CVE-2024-36587 - dnscrypt-proxy 本地权限提升 概述 漏洞描述 :由于 dnscrypt-proxy 服务在安装时会信任并注册当前目录下的可执行文件,因此可以通过植入恶意二进制文件实现权限提升。 受影响版本 :dnscrypt-proxy v2.0.0-alpha9 v2.1.5 PoC 方法 :二进制文件植入(binary planting) 环境配置 root@kitploit: docker compose up --build 构建并运行完成后,容器即被创建。 进入容器内部: root@kitploit: docker run -it...
CVE-2019-5736
CVE-2019-5736 参考:cve-2019-5736-poc 1. edit poc command in stage2.cve 2. build docker docker build -t cve . 3. run docker docker run -d cve /bin/bash -c "tail -f /dev/null" 4. backup docker-runc cp /usr/bin/docker-runc /usr/bin/docker-runc.bak 5. docker exec -it docker-id /bin/bash 6. edit run.sh...
tough-cookie-patch-cve-2023-26136
RFC6265 用于 Node.js 的 Cookie 与 CookieJar 概要 javascript var tough = require'tough-cookie'; var Cookie = tough.Cookie; var cookie = Cookie.parseheader; cookie.value = 'somethingdifferent'; header = cookie.toString; var cookiejar = new tough.CookieJar; cookiejar.setCookiecookie,...
SoliditySecurity
这是什么 这篇文章旨在作为一篇相对深入且最新的入门文章,详细介绍了 Solidity 开发者过去犯下的错误,以防止未来的开发者重蹈覆辙。 目录 1. 重入 漏洞 预防技术 真实世界示例:The DAO 2. 算术溢出/下溢 漏洞 预防技术 真实世界示例:PoWHC 和批量转账溢出(CVE-2018-10299) 3. 意外 Ether 漏洞 预防技术 真实世界示例:未知 4. Delegatecall 漏洞 预防技术 真实世界示例:Parity Multisig 钱包(第二次攻击) 5. 默认可见性 漏洞 预防技术 真实世界示例:Parity MultiSig 钱包(第一次攻击)...
ffuf v2.3.0
ffuf - Fuzz Faster U Fool A fast web fuzzer written in Go. Installation Example usage Content discovery Vhost discovery Parameter fuzzing POST data fuzzing Using external mutator Configuration files Help Interactive mode Installation Download a prebuilt binary from releases page, unpack and run! ...
TotalCMS-Arbitrary_File-Upload--XSS_Steal_Cookies---TotalDepot
TotalCMS 任意文件上传 - XSS 与窃取 Cookie 作者:Sergio 描述: TotalCMS 受到任意文件上传 - XSS 漏洞的影响,该漏洞允许跨站脚本(XSS)以及窃取会话 Cookie。 攻击向量: “Total Depot” 文件上传过滤机制中的漏洞允许你上传带有隐藏 alert 的 PDF / SVG / HTML 文件以触发跨站脚本(XSS),并窃取用户 Cookie。 我将进行 2 个 PoC: - POC 1:PDF / SVG 和 HTML 文件的跨站脚本(XSS) - POC 2:窃取用户 Cookie 并将其转发到外部服务器以截获它们并冒充用户。...
grafana-unauth-file-read
grafana-unauth-file-read : CVE-2021-43798 Grafana 中的未授权文件读取(0day) 看起来 Grafana 中新的 0day LFI 漏洞源于 grafana-clock-panel 插件。只需发送以下形式的 GET 请求: GET /public/plugins/grafana-clock-panel/../../../../../../../etc/passwd 插件列表 root@kitploit: /public/plugins/alertlist/../../../../../../../../etc/passwd...