112841 matches found
CVE-2023-44813
CVE-2023-44813 Una vulnerabilidad de cross-site scripting XSS reflejado en el parámetro mode de la función Invite Friend de mooSocial v3.1.8 que permite a los atacantes robar las cookies de sesión de los usuarios y suplantar su cuenta mediante una URL manipulada. Parámetro vulnerable: mode Exploi...
EUVD-2026-83587
OpenPanel through commit bad75bdd writes Model Context Protocol authentication tokens from URL query parameters to plaintext application logs without redaction. Attackers with access to application stdout or centralized logging systems can capture base64-encoded credentials to replay MCP requests...
CVE-2023-36025
CVE-2023-36025 针对CVE-2023-36025的简单测试,基于Twitter上@wdormann演示的PoC(https://twitter.com/wdormann/status/1725148437115473947) 此代码并非开箱即用——ZIP文件必须托管在你拥有的服务器上,并且需要通过file:// URL让受害者机器能够访问。...
Sooty
概述 Sooty 是一款旨在帮助 SOC 分析师自动化部分工作流程的工具。Sooty 的目标之一是尽可能多地执行常规检查,使分析师在相同时间内有更多时间进行深入分析。以下详细介绍了 Sooty 的许多功能。 Sooty 现已获得 Tines.com 的赞助!Tines 是企业安全团队的 SOAR 平台。 目录 当前功能 要求与安装 开发 更新日志 路线图 贡献者 Sooty 目前能够: 净化 URL,使其可安全用于电子邮件 执行反向 DNS 和 DNS 查询 从以下来源执行信誉检查: VirusTotal BadIP's Abuse IPDB...
fses
fses 搜索引擎爬虫 - 用于从搜索引擎抓取 URL 的 Python 库 我们抓取的搜索引擎 root@kitploit: Ask Bing DuckDuckGO UOL Yahoo 安装 root@kitploit: git clone https://github.com/mthbernardes/fses.git cd fses pip install -r requeriments.txt 用法 使用 Ask 进行简单搜索 root@kitploit: from searchEngines.ask import ask print "Ask Search" query =...
crawpy
Crawpy Yet another content discovery tool written in python. What makes this tool different than others: Sends asynchronous HTTP requests, fast Calibration mode, applies filters on its own Recursive scan mode with additional flags Report generation, you can later go and check your results Multipl...
ingressnightmare-detection-poc
Herramienta de Detección de IngressNightmare Descripción general Esta herramienta proporciona una capacidad de detección no intrusiva para la cadena de vulnerabilidades IngressNightmare CVE-2025-1974 que afecta a Ingress NGINX Controller. Específicamente, aprovecha el vector de inyección de la...
CVE-2025-30208-Series
CVE-2025-30208 & CVE-2025-31125 & CVE-2025-31486 1. 漏洞概述 CVE-2025-30208, CVE-2025-31125和CVE-2025-31486是Vite 开发服务器中的一个任意文件读取漏洞。该漏洞允许攻击者通过特定的 URL 参数绕过访问控制,通过fs模块读取服务器上的敏感文件。上述三个漏洞可以算作是一个系列的漏洞,因为造成漏洞的原因非常相似。 CVE-2025-30208影响版本如下所示 root@kitploit: =6.2.0, =6.1.0, =6.0.0, =5.0.0, =6.2.0, =6.1.0, =6.0.0...
Instagram-Notes-Audio-Leakage-via-URL-Extraction-Fixed
🎙️ Instagram Notes 音频泄露:通过 URL 提取(已修复,已获得奖励) 🛡️ 漏洞摘要 在 2025年5月,我发现 Instagram Web 中存在一个漏洞,允许任何用户从 Note 中提取原始视频文件 并获取背景音频 ,而这些内容本不应公开。这绕过了 Notes 功能的隐私模型——该模型下视频应当静默显示。 ⚠️ 本漏洞已负责任地披露、验证并修复 。 我通过 Meta 的漏洞赏金计划向其报告了此问题,并因此获得了 $1000 奖励。 案例 ID: 3950957211809485 根本原因可追溯到在某些服务器节点上上传视频 Note...
CVE-2021-41773
CVE-2021-41773 go语言poc&exp项目。 声明:该项目来自作者日常学习笔记。 请勿利用相关技术以及工具从事非法测试,如因此产生的一切不良后果作者无关。 使用: root@kitploit: ./main -u 单个url ./main -u -c 单个url执行单个命令 ./main -f 批量验证url文件 ./main -f -o 验证url文件,有漏洞的导出 ./main -u -cmd 循环非交互式执行命令 程序运行结果: 笔者下一步计划增加thread模块,使用-t来用多线程干活;增加多漏洞验证、利用模块。 go语言初学者,大佬轻喷...
PoC-CVE-2021-41773
Explotación de Path Traversal en Apache HTTP Server CVE-2021-41773 Un exploit en Python para CVE-2021-41773, una vulnerabilidad de path traversal en Apache HTTP Server 2.4.49 que permite leer archivos arbitrarios del servidor. Detalles de la vulnerabilidad CVE-2021-41773 es una vulnerabilidad de...
CVE-2023-35813
CVE-2023-35813 Exploit para CVE-2023-35813 Ejemplo de uso: go run CVE-2023-35813.go https://example.com o go build CVE-2023-35813.go ./CVE-2023-35813 https://example.com Captura de pantalla:...
CVE-2021-41277
CVE-2021-41277 Usage 1. show help info root@kitploit: /CVE-2021-41277 ❯ go run main.go -h Usage of main: -f string File containing list of targets to verfity -o string File to write output to optional -s Show VulnInfo output -t int Number of concurrent goroutines for resolving default 10 -u strin...
Parth
Parth Heuristic Vulnerable Parameter Scanner Introduction Some HTTP parameter names are more commonly associated with one functionality than the others. For example, the parameter ?url= usually contains URLs as the value and hence often falls victim to file inclusion, open redirect and SSRF...
CVE-2012-5321
徽章 许可证 MIT 安装 1. 安装 Python3 和 pip 在此查看说明(如果你连这个都搞不定,那你真的不应该用这个工具) 通过 pip 安装 root@kitploit: pip install CVE-2012-5321 运行以下命令检查 CVE-2012-5321 -h 配置 2. 我们集成了 Telegram API,用于接收漏洞检测的即时通知。 Telegram 通知 root@kitploit: CVE-2012-5321 --chatid 打开你的 Telegram 并搜索 @CappricioSecuritiesToolsbot,然后点击开始 使用方法 3...
Malicious-URL-Detection-Open-Source
Malicious-URL-Detection-Open-Source Hemos recopilado el código fuente abierto existente para la detección de URL maliciosas...
CVE-2024-22243
CVE-2024-22243 Autor: Sean Pesce Este proyecto contiene una aplicación web de ejemplo que demuestra escenarios explotables para CVE-2024-22243, una vulnerabilidad de análisis de URL en el Spring Framework de Java divulgación oficial aquí. Vulnerabilidad Las versiones afectadas de Spring analizan ...
meg
meg meg 是一个用于批量获取URL的工具,同时保持对服务器的“友好”。 它可以用来为多个主机获取多个路径;在移动到下一个路径并重复之前,为所有主机获取一个路径。 您可以快速获得大量结果,但不会对单个主机造成流量泛滥。 安装 meg 是用 Go 编写的,没有运行时依赖项。如果您已安装并配置了 Go 1.9 或更高版本,可以使用 go install 安装 meg: root@kitploit: ▶ go install github.com/tomnomnom/meg@latest 或者下载二进制文件并将其放在您的 $PATH 中(例如在 /usr/bin/ 下)。 安装错误...
CVE-2023-24488
POC for CVE-2023-24488 This tool is inspired from similar tool https://github.com/securitycipher/CVE-2023-24488 built using python, This tool was built using golang and has been refined from its python version, this tool is used for exfoliation CVE-2023-24488 Installation follow this command...
CVE-2021-24891-Simulation
Un entorno de laboratorio práctico y contenerizado para simular y explotar una vulnerabilidad de Cross-Site Scripting XSS basado en DOM en el plugin Elementor Website Builder para WordPress, identificada como CVE-2021-24891. 📖 Acerca de la vulnerabilidad Este laboratorio demuestra una...