Lucene search
+L

53 matches found

Kitploit
Kitploit
added 2026/09/08 1:17 a.m.8 views

odat

Quentin HARDY --- [email protected] [email protected] ODAT ODAT (Oracle Database Attacking Tool)は、Oracleデータベースのセキュリティをリモートからテストするオープンソースのペネトレーションテストツールです。 ODATの使用例: リモートでリスニングしているOracleデータベースがあり、有効なSIDと資格情報を見つけてデータベースに接続したい場合 データベース上に有効なOracleアカウントを持っており、DBAまたはSYSDBAになるために権限を昇格したい場合...

7.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/08 12:25 a.m.10 views

cameradar

Cameradar RTSP stream access tool Cameradar scans RTSP endpoints on authorized targets, and uses dictionary attacks to bruteforce their credentials and routes. What Cameradar does Detects open RTSP hosts on accessible targets. Detects the device model that streams the RTSP feed. Attempts...

5.9AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/07 8:26 p.m.6 views

snmpwn

SNMPwnはSNMPv3ユーザー列挙および攻撃ツールです。これは、テスト許可を得たホストに対してセキュリティ専門家やペネトレーションテスターが使用するために設計された正規のセキュリティツールです。SNMPv3システムは、SNMPユーザーが存在しない場合に"Unknown user name"と応答するという事実を利用して、大規模なユーザーリストを循環させて存在するユーザーを見つけます。 機能 提供したホストがSNMPリクエストに応答しているか確認します。 提供したリスト内の各ユーザーをテストしてSNMPユーザーを列挙します。ユーザーのブルートフォースと考えてください。...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 7:09 p.m.8 views

legba

legba 加入项目社区,尽在我们的服务器! Legba 是一个多协议凭证暴力破解/密码喷洒和枚举工具,使用 Rust 和 Tokio 异步运行时构建,以实现更好的性能和稳定性,同时比同类工具消耗更少的资源。 主要特性 100% Rust - Legba 完全使用 Rust 编写,没有原生依赖,可以轻松编译为所有操作系统和架构。🦀 多协议 - 支持 HTTP、DNS、SSH、FTP、SMTP、RDP、VNC、SQL 数据库、NoSQL、LDAP、Kerberos、SAMBA、SNMP、STOMP、MQTT 及更多。 高性能 - 异步/并发架构,可自定义工作程序,实现最大速度。...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/07 5:03 p.m.7 views

solrradar

Apache Solr 批量侦察与漏洞利用框架 Velocity 模板注入 → 远程代码执行 📑 目录 漏洞概述 受影响版本 功能特性 安装 使用方法 概念验证 技术深入解析 检测方法论 防御与缓解措施 免责声明 参考资源 🔴 漏洞概述 CVE-2026-44825 是 Apache Solr 中的一个严重级别漏洞,攻击者可通过 Velocity 模板注入实现未认证远程代码执行(RCE) 。 问题所在 Apache Solr 的 /select 端点接受一个 wt=velocity 参数,用于渲染用户提供的 Velocity 模板。当 Velocity Response Writer...

9.8CVSS7.9AI score0.02892EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/07 4:01 p.m.9 views

wodat

wodat Windows Oracle Database 攻撃ツール 人気の Oracle Database Attack Tool ODAT https://github.com/quentinhardy/odat を C .Net Framework に移植したシンプルなバージョンです。 https://github.com/quentinhardy/odat にクレジット。機能の多くは彼のコードから移植されています。...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/07 9:55 a.m.7 views

ssb

SSB S ecure S hell B ruteforcer — A faster & simpler way to bruteforce SSH server. Installation from Binary Download a pre-built binary from releases page, unpack and run! Or: root@kitploit: ▶ sudo curl -sSfL 'https://git.io/kitabisa-ssb' | sh -s -- -b /usr/local/bin from Source Need go1.14+...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/07 6:26 a.m.8 views

RTSPbrute

RTSPBrute Inspired by Cameradar Features Find accessible RTSP streams on any target Brute-force stream routes Brute-force credentials Make screenshots on accessible streams Generate user-friendly report of the results: .txt file with each found stream on new line .html file with screenshot of eac...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/06 10:56 p.m.7 views

hostscan

hostscan 0.2 Hostscan es una herramienta PHP que te permite escanear un rango específico de hosts, principalmente para recopilación de información y pruebas de contraseñas débiles. Supongo que es una herramienta de pentest; la creé para automatizar algunas pruebas que hago a menudo. Como es PHP,...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/06 3:16 p.m.5 views

ubuntu-privesc-lab

ubuntu-privesc-lab 完整渗透测试工作流程:凭证暴力破解、SSH访问和权限提升(CVE-2021-4034) 概述 此项目演示了针对一台易受攻击的Ubuntu虚拟机的完整渗透测试工作流程。攻击链包括侦察、凭证暴力破解、初始访问以及使用多种技术进行的权限提升。 使用的工具 Nmap Hydra SSH Git CVE-2021-4034 PwnKit 侦察 侦察使用Nmap进行,它揭示了特定网络(wifi)中开放的主机数量。 nmap :这揭示了活跃主机的数量及其MAC地址。 正如观察到的,该虚拟机运行在Oracle Virtual...

7.8CVSS7AI score0.94921EPSS
SaveExploits154
Kitploit
Kitploit
added 2026/09/01 4:54 p.m.3 views

CVE-2021-46366

CVE-2021-46366:Magnolia CMS 中通过 CSRF + 开放重定向进行的凭证暴力破解攻击 Magnolia CMS v6.2.3 及以下版本的登录页面存在一个问题,允许攻击者同时利用开放重定向漏洞和跨站请求伪造(CSRF)来暴力破解并窃取用户凭证。 厂商披露: 该漏洞的厂商披露和修复方案可在此处查看。 利用条件: 该漏洞需要: 诱使用户访问恶意的 CSRF HTML 页面 概念验证: 更多详情和利用过程可参阅此 PDF。...

8.8CVSS7.8AI score0.00758EPSS
SaveExploits1References1
CVE
CVE
added 2026/07/23 11:42 a.m.36 views

CVE-2026-65895

CVE-2026-65895 affects Grav API Plugin prior to 1.0.10. The issue allows an authenticated user with the api.config.write privilege to modify security-critical plugin configuration scopes, namely rate limiting and CORS. This can disable site-wide rate limiting (facilitating credential brute-forcin...

8.5CVSS5.3AI score0.00329EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/15 4:02 a.m.15 views

MAL-2026-10638 Malicious code in monogrok (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 85b1e012dd879b5435693fcaba708830625930df758bb32ac15058898e9244a3 Package advertises itself as a bulk-mailing / mail-server abuse toolkit homepage mntmc.rip and ships modules for bulk mail delivery func/snd/mlr/, SM...

5.7AI score
SaveExploits0References19
Cvelist
Cvelist
added 2026/07/14 6:00 p.m.64 views

CVE-2026-5040 Weak Password Hashing Mechanism in TP-Link Deco M5

TP-Link Deco M5 v1 uses a weak password hashing mechanism to store user credentials. An attacker who obtains the password hash through system compromise or privileged access could perform brute-force or dictionary attacks. Successful exploitation may result in disclosure of authentication...

7.1CVSS0.00093EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/28 5:16 p.m.30 views

CVE-2026-8697

Due to improper enforcement of authentication rate-limiting on a debug SSH service in Archer C64 v1, the SSH service allows unlimited authentication attempts and uses the same credentials as the web interface. This enables an attacker to brute-force valid credentials via SSH. Successful...

8.8CVSS0.0051EPSS
SaveExploits0References2
NVD
NVD
added 2026/05/14 7:16 p.m.16 views

CVE-2025-64526

Strapi is an open source headless content management system. In Strapi versions prior to 5.45.0, the rate-limit middleware in the users-permissions plugin derived its rate-limit key in part from ctx.request.body.email, including on routes whose body schema does not contain an email field...

6.9CVSS0.00492EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/05/14 2:54 p.m.24 views

FlowiseAI Exposes Basic Auth Credentials via API

Detection Method: Kolega.dev Deep Code Scan | Attribute | Value | |---|---| | Severity | Medium | | CWE | CWE-522 Insufficiently Protected Credentials | | Location | packages/server/src/enterprise/controllers/account.controller.ts:128-135 | | Practical Exploitability | Medium | | Developer Approv...

9.1CVSS5.8AI score0.00251EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2026/05/14 12:00 a.m.56 views

Strapi 安全漏洞

Strapi is an open-source content management system CMS developed by the Strapi community in France. Versions of Strapi prior to 5.45.0 contained security vulnerabilities. These vulnerabilities stemmed from a rate-limiting mechanism in the users-permissions plugin, which derived rate-limiting keys...

6.9CVSS6AI score0.00492EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/09 7:12 p.m.56 views

CVE-2026-41893 Signal K Server's WebSocket Login Endpoint Lacks Rate Limiting (Credential Brute-Force)

Signal K Server is a server application that runs on a central hub in a boat. Prior to version 2.25.0, the HTTP login endpoints POST /login and POST /signalk/v1/auth/login are protected by express-rate-limit default: 100 attempts per 10-minute window, configurable via HTTPRATELIMITS. The WebSocke...

8.7CVSS0.00327EPSS
SaveExploits1References4
CVE
CVE
added 2026/05/09 7:12 p.m.64 views

CVE-2026-41893

Signal K Server’s WebSocket login path (via ws signalk/v1/stream) processes login attempts without rate limiting, enabling credential brute‑forcing at ~20 attempts/sec per WebSocket connection and bypassing HTTP rate limiting. Affected cve: CVE-2026-41893 concerns pre‑2.25.0 behavior. Technical d...

8.7CVSS5.8AI score0.00327EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder