Lucene search
+L

188 matches found

Kitploit
Kitploit
added 2026/09/22 4:12 p.m.13 views

CVE-2025-31324

CVE-2025-31324 此检测方法如何工作? 该模板向目标的基本 URL 发送 HTTP GET 请求,并检查响应头以识别 SAP NetWeaver Application Server 实例。此信息有助于评估系统是否可能受 CVE-2025-31324 影响。 如何运行此脚本? 1. 从 此处 下载 Nuclei 2. 将模板复制到你的本地系统 3. 运行以下命令:nuclei -u https://yourHost.com -t template.yaml 参考 https://nvd.nist.gov/vuln/detail/CVE-2025-31324...

10CVSS8.2AI score0.9947EPSS
SaveExploits19References1
Kitploit
Kitploit
added 2026/09/22 1:56 p.m.7 views

CVE-2024-23897

CVE-2024-23897 用于利用CVE-2024-23897的Nuclei模板 此模板至关重要,警告所有用户,如果在您的系统中检测到CVE-2024-23897本地文件漏洞,务必立即采取行动并修补系统,不得延误。该漏洞对系统的安全性和完整性构成重大风险,可能允许未经授权访问敏感文件和数据。 该模板的主要目的是检查Jenkins版本是否可利用。 用法: root@kitploit: nuclei -t cve-2024-23897.yaml -u http://127.0.0.1:8080 安装: root@kitploit: git clone...

9.8CVSS8.2AI score0.99999EPSS
SaveExploits50
Kitploit
Kitploit
added 2026/09/22 1:38 p.m.7 views

CVE-2025-26466

CVE-2025-26466 该检测方法如何工作? 此模板匹配以下易受攻击的版本: root@kitploit: - "SSH-2.0-OpenSSH9.5p1" - "SSH-2.0-OpenSSH9.6p1" - "SSH-2.0-OpenSSH9.7p1" - "SSH-2.0-OpenSSH9.8p1" - "SSH-2.0-OpenSSH9.9p1" 如果匹配成功,则认为该主机存在 CVE-2025-26466 漏洞。 如何运行此脚本? 1. 从此处下载 Nuclei 2. 将模板复制到本地系统 3. 运行以下命令:nuclei -u https://yourHost.com ...

5.9CVSS7.4AI score0.39845EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/22 11:37 a.m.7 views

CVE-2025-30208-template

CVE-2025-30208 模板 CVE-2025-30208 Vite 文件读取 Nuclei 模板 查询 HUNTER : http://product.name="Vite" FOFA : body="/@vite/client" SHODAN :http.html:"/@vite/client" 运行 Nuclei 模板 root@kitploit: nuclei -l target.txt -t CVE-2025-30208.yaml...

7.5CVSS7AI score0.74969EPSS
SaveExploits28
Kitploit
Kitploit
added 2026/09/22 11:22 a.m.11 views

CVE-2024-24919

CVE-2024-24919 nuclei template of CVE-2024-24919 该模板通过检查系统是否泄露 /etc/shadow 文件的内容,帮助检测所述漏洞。...

8.6CVSS8AI score0.99978EPSS
SaveExploits53
Kitploit
Kitploit
added 2026/09/22 10:31 a.m.12 views

CVE-2025-53690-POC

Sitecore 关键反序列化 RCE CVE-2025-53690 PoC 和 Nuclei 模板 简短摘要 此仓库托管了针对 CVE-2025-53690 Sitecore 的检测模板及辅助材料。内含的 Nuclei 模板可帮助扫描配置方式可能易受我文章中所述问题影响的 Sitecore 实例(实验室复现分析与 PoC)。本仓库旨在帮助防御者、事件响应人员和审计人员快速识别其资产中可能受影响的系统。 ⚠️ 仅限负责任使用。 请勿扫描或测试你不拥有或未获得明确书面授权的系统。未经授权的扫描可能违法并造成损害。请阅读下方的“负责任披露与法律”部分。 快速开始 — 使用 Nuclei 扫描...

9CVSS8.7AI score0.51094EPSS
SaveExploits3References1
Kitploit
Kitploit
added 2026/09/22 8:51 a.m.8 views

CVE-2023-23138

ruby-rail-properties CVE-2023-23138 这是 Ruby on Rails 属性错误配置的简要说明,有时开发者忘记禁用此端点 /rails/info/properties 如果该端点在主机上启用,则意味着攻击者可以看到部分或全部以下信息: 应用程序根目录 环境模式 数据库适配器 数据库 schema 版本 Ruby 版本 RubyGems 版本 Rack 版本 Rails 版本 JavaScript 运行时 Active Record 版本 Action Pack 版本 Action Mailer 版本 Active Support 版本 中间件列表 大规模...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 8:19 a.m.7 views

CVE-2020-9496

CVE-2020-9496 Configuración del entorno vulnerable root@kitploit: ▶ wget http://archive.apache.org/dist/ofbiz/apache-ofbiz-17.12.01.zip ▶ unzip apache-ofbiz-17.12.01.zip ▶ cd apache-ofbiz-17.12.01 ▶ sh gradle/init-gradle-wrapper.sh ▶ ./gradlew cleanAll loadDefault ▶ ./gradlew "ofbiz --load-data...

6.1CVSS6.8AI score0.98926EPSS
SaveExploits15References2
Kitploit
Kitploit
added 2026/09/22 5:59 a.m.16 views

CVE-2024-4577

CVE-2024-4577 的 Nuclei 模板 该Nuclei模板作为CVE-2024-4577(一个PHP CGI参数注入漏洞)的概念验证(PoC)。 示例命令 root@kitploit: nuclei -t CVE-2024-4577.yaml -u https://example.com...

9.8CVSS7.5AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/22 4:51 a.m.16 views

cms-exploitation-campaign

CMS 漏洞利用活动 Nuclei 模板 针对 ASD 的澳大利亚网络安全中心于 2026 年 7 月 9 日报告的大规模 CMS 漏洞利用活动的防御性 Nuclei 模板包。 公告:https://www.cyber.gov.au/about-us/view-all-content/alerts-and-advisories/large-scale-exploitation-campaign-targeting-website-content-management-systems-cms 背景 此警报与所有澳大利亚网站所有者和网站管理员相关,面向技术受众。 ASD 的 ACSC...

10CVSS7.7AI score0.99785EPSS
SaveExploits83References3
Kitploit
Kitploit
added 2026/09/22 4:26 a.m.13 views

Nuclei-Template-Exploit-F5-BIG-IP-iControl-REST-Auth-Bypass-RCE-Command-Parameter

Nuclei Template Exploit F5 BIG-IP iControl REST Omisión de Autenticación RCE | Parámetro de Comando CVE-2022-1388 es una vulnerabilidad de omisión de autenticación en el componente REST de la API iControl de BIG-IP que recibió una puntuación CVSSv3 de 9.8. La API REST de iControl se utiliza para ...

9.8CVSS9.1AI score0.99958EPSS
SaveExploits63
Kitploit
Kitploit
added 2026/09/22 3:24 a.m.8 views

CVE-2022-1388

CVE-2022-1388 用于 CVE-2022-1388 的 Nuclei 模板。我在 PoC 中使用了 shadow 文件,你也可以使用 passwd '/etc/passwd' 文件。你可以根据自己的需要更改 Extractor。 POC 参考: https://support.f5.com/csp/article/K23605346...

9.8CVSS8.6AI score0.99958EPSS
SaveExploits63
Kitploit
Kitploit
added 2026/09/22 2:02 a.m.6 views

CVE-2025-24016-Nuclei-Template

CVE-2025-24016 Detección de Deserialización Insegura y RCE en Wazuh Este repositorio contiene una plantilla de Nuclei para detectar la vulnerabilidad de deserialización insegura en servidores Wazuh, identificada como CVE-2025-24016. Detalles de la Plantilla root@kitploit: id:...

9.9CVSS8.9AI score0.9384EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/21 10:16 p.m.9 views

CVE-2023-22527

CVE-2023-22527 - Confluence Data Center和Confluence Server中的RCE(远程代码执行)漏洞 PoC 检测 nuclei -v -t /path/to/template.yam; -u http://ip:port/ 利用 python3 CVE-2023-22527.py -u ip:port -lh listen-host -lp listen-port...

10CVSS8.6AI score0.99984EPSS
SaveExploits34
Kitploit
Kitploit
added 2026/09/21 8:48 p.m.12 views

react2shell-PoC

React2Shell 用于检测React2Shell(CVE-2025-55182和CVE-2025-66478)的Nuclei模板...

10CVSS7.5AI score0.99802EPSS
SaveExploits405
Kitploit
Kitploit
added 2026/09/21 7:49 p.m.7 views

CVE-2024-24919

CVE-2024-24919 Plantilla de Nuclei para descubrir CVE-2024-24919. Una vulnerabilidad de path traversal en CheckPoint SSLVPN. Por cierto. Gran artículo, esa fue mi inspiración para escribir esta simple plantilla a las 2:00 AM. Recurso:...

8.6CVSS8AI score0.99978EPSS
SaveExploits53
Kitploit
Kitploit
added 2026/09/21 7:43 p.m.12 views

CVE-2025-49113-nuclei-template

Nuclei 漏洞检测模板 - CVE-2025-49113 - Roundcube ≤ 1.6.10 后认证远程代码执行 CVE 编号: CVE-2025-49113 严重性: 严重 CVSS 10.0 发现者: Kirill Firsov FearsOff 披露日期: 2025年6月1日 修复版本: Roundcube 1.6.11 / 1.5.10 LTS root@kitploit: - https://nvd.nist.gov/vuln/detail/CVE-2025-49113 - https://github.com/advisories/GHSA-8j8w-wwqc-x5...

9.9CVSS8.6AI score0.98897EPSS
SaveExploits29
Kitploit
Kitploit
added 2026/09/21 7:29 p.m.15 views

static-file-checker

static-file-checker 使用 nuclei 检查 Django 的 /static/staticfiles.json 中是否存在暴露的凭据...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/21 7:17 p.m.10 views

cve-2024-6387-nuclei-template

CVE-2024-6387 Nuclei 模板 用于通过 OpenSSH 软件版本检测 CVE-2024-6387 regreSSHion 的 Nuclei 模板。...

8.1CVSS7.3AI score0.99506EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/21 5:52 p.m.10 views

CVE-2022-41040

CVE-2022-41040 Plantilla nuclei para CVE-2022-41040 ¡No verificado! Uso root@kitploit: git clone https://github.com/numanturle/CVE-2022-41040 cd CVE-2022-41040 nuclei -u https://target -t owa.yaml root@kitploit: GET...

8.8CVSS8AI score0.99956EPSS
SaveExploits9
Rows per page
Query Builder