Lucene search
+L

113136 matches found

NVD
NVD
added 2026/09/22 12:17 p.m.8 views

CVE-2026-63278

URLs could be constructed which expanded environment variable or INI file values, so potentially sensitive information could be exfiltrated to a remote server on opening a document containing such links. The check added for CVE-2024-12426 did not recognise every way of naming the package content...

6.7CVSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 12:14 p.m.9 views

CVE-2020-24186-exploit

CVE-2020-24186-exploit CVE-2020-24186的攻击脚本 Exp使用方法: Commands: Windows/Linux: python3 CVE-2020-24186.py -u -p Example: python3 CVE-2020-24186.py -u http://127.0.0.1 -p /wordpress/2022/04/04/hello-world...

10CVSS8.3AI score0.94616EPSS
SaveExploits19
Kitploit
Kitploit
added 2026/09/22 11:54 a.m.13 views

xurlfind3r

xurlfind3r xurlfind3r 是一个命令行工具,旨在以简单高效的方式发现给定域名的 URL。它通过从多个被动来源收集信息来工作,这意味着它不会直接与目标交互,而是收集已公开可用的数据。这使得 xurlfind3r 成为安全研究人员、IT 专业人士以及任何希望深入了解域名关联 URL 的人的强大工具。 目录 特性 安装 安装发行版二进制文件(未安装 Go) 从源码安装(已安装 Go) go install ... go build ... 开发版 通过 Docker 安装(已安装 Docker) 安装后配置 使用方法 贡献 许可 特性 从多个在线被动来源获取...

6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/22 11:53 a.m.16 views

CVE-2023-44813

CVE-2023-44813 一个反射型跨站脚本(XSS)漏洞存在于 mooSocial v3.1.8 的 邀请好友 功能中的 mode 参数,攻击者可以通过精心构造的 URL 窃取用户的会话 Cookie 并冒充其账户。 漏洞参数: mode 利用 - 概念验证(POC) 反射型跨站脚本(XSS) root@kitploit: Payload : ';alert1// FINAL Payload URL encoded : %27%3balert1%2f%2f 在 /moosocial/friends/ajaxinvite?mode= 上发送 GET 请求: root@kitploit...

6.1CVSS6.5AI score0.01754EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/22 11:52 a.m.12 views

urlfinder

URLFinder Una herramienta de alta velocidad para recopilar URLs de forma pasiva, optimizada para el descubrimiento eficiente de activos web sin escaneo activo. Características • Instalación • Uso • Ejemplos • Únete a Discord Resumen URLFinder es una herramienta de descubrimiento de URLs pasiva y ...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/22 11:49 a.m.13 views

CVE-2023-32315-EXPLOIT

CVE-2023-32315 - Bypass de Autenticación en Openfire Este repositorio destaca un problema de seguridad grave que afecta a varias versiones de Openfire. Openfire, un servidor de colaboración en tiempo real multiplataforma que utiliza el protocolo XMPP desarrollado por la comunidad Ignite Realtime,...

8.6CVSS8.1AI score0.99999EPSS
SaveExploits15
Kitploit
Kitploit
added 2026/09/22 11:38 a.m.11 views

remote-control

Laravel 远程控制 在不共享凭据的情况下授予用户帐户远程访问权限。 安装 配置 用法 路由 创建远程访问 使用生成的访问令牌 安装 Remote Control 可以通过 Composer 安装: root@kitploit: composer require "katsana/remote-control" 配置 该软件包将自动注册一个服务提供者。 接下来,你需要发布 Remote Control 的配置文件: root@kitploit: php artisan vendor:publish...

6.1AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/22 11:37 a.m.9 views

POC-CVE-2021-41773

POC-CVE-2021-41773 2021年10月5日,发布了一个关于Apache HTTP Server v2.4.49路径遍历攻击的CVE漏洞详情。该漏洞编号为CVE-2021-41773,其描述如下: 在Apache HTTP Server 2.4.49的路径规范化变更中发现了一个缺陷。攻击者可以利用路径遍历攻击,将URL映射到预期文档根目录之外的文件。如果文档根目录之外的文件未受到"require all denied"保护,则这些请求可能成功。此外,此缺陷可能泄露解释性文件(如CGI脚本)的源代码。该问题已知在野外被利用。此问题仅影响Apache 2.4.49,不影响更早版...

9.8CVSS7.9AI score0.99992EPSS
SaveExploits165
Kitploit
Kitploit
added 2026/09/22 11:37 a.m.16 views

flareprox

FlareProx 🔥 Rotación simple de IP y redirección de URL mediante Cloudflare Workers FlareProx despliega automáticamente endpoints de proxy HTTP en Cloudflare Workers para redirigir fácilmente todo el tráfico a cualquier URL que especifiques. Soporta todos los métodos HTTP GET, POST, PUT, DELETE,...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 11:28 a.m.29 views

hoper

Hoper It shows all the hops that makes a url you specify to reach its endpoint. For example if you want to see the entire trip by email URL or like a URL shorten. Hoper returns you all URLs redirections. Installation root@kitploit: $ gem install hoper Usage Type in your command line: root@kitploi...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/22 11:28 a.m.10 views

hoper

Hoper Muestra todos los saltos que realiza una URL que especifiques para llegar a su destino. Por ejemplo, si quieres ver el recorrido completo de una URL de correo electrónico o de una URL acortada. Hoper te devuelve todas las redirecciones de URLs. Instalación root@kitploit: $ gem install hoper...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 11:27 a.m.190 views

secator

The pentester's swiss knife. Features • Supported commands • Installation • Usage • Documentation • Join us on Discord ! secator is a task and workflow runner used for security assessments. It supports dozens of well-known security tools and it is designed to improve productivity for pentesters a...

9.1CVSS8.5AI score0.55006EPSS
SaveExploits7References2
Kitploit
Kitploit
added 2026/09/22 11:10 a.m.10 views

struts-pwn

struts-pwn Apache Struts CVE-2017-5638 的漏洞利用工具 用法 测试单个 URL. python struts-pwn.py --url 'http://example.com/struts2-showcase/index.action' -c 'id' 测试 URL 列表. python struts-pwn.py --list 'urls.txt' -c 'id' 检查单个 URL 是否存在漏洞. python struts-pwn.py --check --url...

10CVSS8.4AI score0.99999EPSS
SaveExploits46
RedHat Linux
RedHat Linux
added 2026/09/22 11:06 a.m.2 views

net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution

A flaw was found in net/url, a component of golang. This vulnerability arises when resolving relative paths that contain numerous parent directory '..' segments. A remote attacker could exploit this by providing a specially crafted path, leading to quadratic time complexity and excessive memory...

5.9CVSS0.00518EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/22 11:06 a.m.3 views

Important: Red Hat Security Advisory: rhc-worker-playbook security update

An update for rhc-worker-playbook is now available for Red Hat Enterprise Linux 10.0 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

7.5CVSS0.00568EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/22 11:06 a.m.13 views

Follina-MSDT-Vulnerability-CVE-2022-30190-

Follina-MSDT-Vulnerability-CVE-2022-30190- Detection and Remediation of the Follina MSDT Vulnerability CVE-2022-30190 For detail inormatin about Follina-MSDT-Vulnerability-CVE-2022-30190- visit...

9.3CVSS7.8AI score0.99234EPSS
SaveExploits63
Kitploit
Kitploit
added 2026/09/22 10:59 a.m.11 views

CVE-2021-24006

CVE-2021-24006 – FortiManager 不当访问控制利用(PoC) PoC(概念验证)- 仅用于教育目的 在 FortiManager 中滥用对 SD-WAN Orchestrator 的访问的利用程序,利用了访问控制缺陷(CWE-284)。 描述 漏洞 CVE-2021-24006 影响 FortiManager(版本 6.4.0 至 6.4.3),允许具有受限配置文件的已认证用户 直接访问 SD-WAN Orchestrator 面板的 URL,即使没有通过接口获得明确权限。 直接访问有漏洞的 URL:...

8.8CVSS7.4AI score0.00958EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 10:56 a.m.11 views

CVE-2022-30190

CVE-2022-30190 CVE-2022-30190 Microsoft 支持诊断工具漏洞指南 MSRC / 作者:msrc / 2022年5月30日 2022年5月30日星期一,Microsoft 发布了关于 Windows 中 Microsoft 支持诊断工具(MSDT)漏洞的 CVE-2022-30190。 当通过 URL 协议从调用应用程序(如 Word)调用 MSDT 时,存在远程代码执行漏洞。成功利用此漏洞的攻击者可以以调用应用程序的权限运行任意代码。然后攻击者可以在用户权限允许的上下文中安装程序、查看、更改或删除数据,或创建新帐户。 解决方法 要禁用 MSDT URL...

9.3CVSS8.2AI score0.99234EPSS
SaveExploits63
Kitploit
Kitploit
added 2026/09/22 10:51 a.m.9 views

CVE-2022-41080

CVE-2022-41080 描述 CrowdStrike最近发现了一种新的利用方法(称为OWASSRF),包含CVE-2022-41080和CVE-2022-41082,通过Outlook Web Access(OWA)实现远程代码执行(RCE)。这种新方法绕过了微软为响应ProxyNotShell而提供的Autodiscover端点的URL重写缓解措施。 这一发现是近期CrowdStrike Services对多起Play勒索软件入侵事件调查的一部分,确认常见入口向量为Microsoft Exchange。...

9.8CVSS8.9AI score0.9997EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/22 10:49 a.m.9 views

CVE-2025-33053-WebDAV-RCE-PoC-and-C2-Concept

CVE-2025-33053 - WebDAV 远程代码执行 RCE PoC 与 C2 模拟 ⚠️ 仅供教育用途 该项目演示了一个利用 WebDAV 和 .url 文件投放实现逼真远程代码执行的概念验证。它包含一个基于诱饵的可执行文件以及一个受控的命令与控制 C2 模拟。未分享任何恶意载荷。 📜 摘要 本仓库包含针对 CVE-2025-33053 的 PoC,该漏洞存在于 Windows 处理指向 WebDAV 共享的 .url 文件的方式中。该 PoC 演示了攻击者如何: 通过 ZIP(Invoice.pdf.zip)投放 .url 快捷方式 触发运行托管在 WebDAV 容器上的载荷...

8.8CVSS8.6AI score0.87607EPSS
SaveExploits10References1
Rows per page
Query Builder