Lucene search
+L

189 matches found

Kitploit
Kitploit
added 2026/09/11 8:19 p.m.147 views

Sublist3r

About Sublist3r Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug hunters collect and gather subdomains for the domain they are targeting. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing,...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/11 5:02 p.m.8 views

Parsero

什么是 Parsero? Parsero 是一个用 Python 编写的免费脚本,用于读取 Web 服务器的 Robots.txt 文件并查看 Disallow 条目。Disallow 条目告知搜索引擎,Web 服务器上托管的哪些目录或文件不得被索引。例如,"Disallow: /portal/login" 意味着 www.example.com/portal/login 上的内容不允许被 Google、Bing、Yahoo 等爬虫索引。这是管理员不向搜索引擎分享敏感或私人信息的一种方式。 但有时这些在 Disallow 条目中输入的路径,用户无需使用搜索引擎,只需访问 URL...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 3:12 p.m.9 views

forbidden

Forbidden 4xx HTTPレスポンスステータスコードなどをバイパスします。 このツールはPython Requests、PycURL、およびHTTP Clientに基づいています。 Kali Linux v2024.2 64-bitでテスト済みです。 教育目的で作成されました。お役に立てれば幸いです! 今後の計画: コンソール出力を抑制するsilentオプションの追加。 色付きコンソール出力を無効にするno colorオプションの追加。 hop-by-hop HTTPリクエストヘッダーのテスト追加。 User-Agent HTTPリクエストヘッダーのテスト追加。...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/11 2:39 p.m.8 views

CVE-2024-9466

CVE-2024-9466 CVE-2024-9466 概念验证 PoC 描述 该脚本通过将 /home/userSpace/devices/debug.txt 附加到目标URL或IP地址列表来检查CVE-2024-9466漏洞。它根据HTTP响应状态码以及请求是否被重定向来判断目标是否存在漏洞。 设置 确保在与脚本相同的目录中存在一个 targets.txt 文件。该文件应包含要检查的URL或IP地址列表,每行一个。例如: http://example.com http://192.168.1.1...

8.2CVSS6.9AI score0.13476EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/11 4:49 a.m.4 views

Horn3t

Horn3t 🐝 - Better Subdomain Reconnaissance Recon your targets at blazing speed Enhance your productivity by focusing on interesting looking sites Enumerate critical sites immediately Sting your target Horn3t is your Nr 1 tool for exploring subdomains visually. Building on the great Sublist3r...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/11 2:27 a.m.7 views

url-status-checker

Status Checker URL Status Checker v2.1 Status Checker is a Python script that checks the status of one or multiple URLs/domains and categorizes them based on their HTTP status codes. Version 2.1.0 Features Check the status of single or multiple URLs/domains. Asynchronous HTTP requests for improve...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 11:29 p.m.8 views

rsdl

rsdl Subdomain Scanner v.2 Ping方式によるサブドメインスキャン & HTTP/HTTPSステータスチェック。 フラグ| 値| 説明 ---|---|--- --hostname| example.com| スキャン対象のドメイン。 --output| | 出力をドメイン名で記録します。 --list| /tmp/lists/example.txt| サブドメインのリストファイル。 新機能 HTTP/HTTPSステータスのチェック HTTP/HTTPSリクエストのタイムアウト時間を更新 スキャン速度の高速化 IPアドレスのスキャン...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 7:52 p.m.8 views

CVE-2024-57778

CVE-2024-57778 描述 :Orbe ONetView Roteador Onet-1200 中的一个问题允许远程攻击者通过将服务器响应从状态码 500 提升至状态码 200 来实现权限提升。 版本 :发现于 Orbe ONetView Roteador Onet-1200 Orbe 1680210096,但适用于所有版本。 概念验证 当访问路由器的菜单页面 http://192.168.1.1/menu.html 并点击任意选项时,将显示 500 错误码: 之后,我们可以激活 Burp Suite 来捕获应用程序的响应。然后,再次访问...

8.8CVSS5.8AI score0.00549EPSS
SaveExploits0
OSV
OSV
added 2026/08/28 6:46 p.m.9 views

GHSA-2P9G-X3CV-5HH4 Private Weblate projects vulnerable to observable object existence disclosure via globally scoped object lookups

Impact The several endpoints could leak object existence information to users who had no access to it by HTTP status code 403 instead of 404. Patches https://github.com/WeblateOrg/weblate/pull/19971 References Thanks to Yaohui Wang for reporting this via GitHub...

4.3CVSS5.9AI score0.00183EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/26 8:10 p.m.37 views

CVE-2026-55227 Observable object existence disclosure in private Weblate projects via globally scoped object lookups

Weblate is a web-based localization tool. In versions prior to 2026.7, several endpoints look up objects in a globally scoped manner rather than restricting the lookup to projects the user can access, so they return HTTP 403 Forbidden instead of 404 Not Found when a user requests an object they a...

4.3CVSS0.00183EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.11 views

PT-2026-82296

Name of the Vulnerable Software and Affected Versions Weblate versions prior to 2026.7 Description Several endpoints perform object lookups using a global scope instead of restricting the search to projects the user is authorized to access. Consequently, the system returns an HTTP 403 Forbidden...

4.3CVSS5.9AI score0.00183EPSS
SaveExploits0References13
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.19 views

Astra Linux – Vulnerability in Apache2

HTTP/2 incoming headers that exceed the limit are temporarily buffered in nghttp2 in order to generate an informative HTTP 413 response. If a client continues to send headers, this can lead to memory exhaustion...

7.5CVSS7AI score0.91327EPSS
SaveExploits2References2
CVE
CVE
added 2026/08/05 7:51 a.m.70 views

CVE-2026-55998

The CVE describes an unauthenticated import endpoint vulnerability: /v3/import/{token}_{clusterId}.yaml returns 502 for valid cluster IDs that reference clusters with private registry secrets due to a null pointer dereference in pkg/systemtemplate/private_registry.go ; non-existent cluster IDs re...

5.3CVSS5.5AI score0.00205EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/09 12:00 a.m.19 views

PT-2026-57039

Impact An authorization bypass vulnerability exists in the shop account API. The PATCH /api/v2/shop/account/orders/tokenValue/payments/paymentId endpoint, used by an authenticated shop customer to change the payment method of an order that has been placed but not yet paid state STATE NEW, does no...

4.3CVSS5.9AI score0.00178EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/27 8:16 p.m.26 views

CVE-2026-8359

When processing a request with a URL path starting with /status or /sysinfo, WOSHttpStatusModule.dll is to be loaded to handle such URL patterns. The WOSBinLoadHttpModule function in the dll would be called to set up a "module" object for that module. However, WOSHttpStatusModule.dll is not prese...

7.5CVSS0.00275EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/05/27 12:00 a.m.32 views

PT-2026-44093

When processing a request with a URL path starting with /status or /sysinfo, WOSHttpStatusModule.dll is to be loaded to handle such URL patterns. The WOSBin LoadHttpModule function in the dll would be called to set up a "module" object for that module. However, WOSHttpStatusModule.dll is not...

7.5CVSS5.8AI score0.00275EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/13 9:05 p.m.10 views

CVE-2026-44425

ShellHub is a centralized SSH gateway. Prior to 0.24.2, the device list endpoint accepts user-controlled identifiers in the the name field of each filter property in the base64-encoded filter query parameter and the sortby query parameter, which are then passed directly as BSON/SQL keys in the...

5.4CVSS5.8AI score0.00253EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2026/04/24 5:55 p.m.99 views

CVE-2026-42041

CVE-2026-42041 affects Axios, a promise-based HTTP client for browser and Node.js. The issue is a prototype pollution gadget in the validateStatus merge strategy (uses the in operator), allowing pollution of Object.prototype to cause HTTP error responses (401/403/500, etc.) to be treated as succe...

8.2CVSS5.3AI score0.00611EPSS
SaveExploits1References41Affected Software1
CNNVD
CNNVD
added 2026/04/24 12:00 a.m.20 views

Axios 授权问题漏洞

Axios is an open-source HTTP client developed by Axios. Versions prior to Axios 1.15.1 and 0.31.1 have a vulnerability related to authorization. This vulnerability stems from the use of the mergeDirectKeys merging strategy in validateStatus. This strategy uses the in operator to traverse the...

6.5CVSS5.8AI score0.00611EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2026/03/24 7:18 p.m.15 views

FileBrowser Quantum has Username Enumeration via Authentication Timing Side-Channel

Summary The /api/auth/login authentication endpoint does not execute in constant time. When a non-existent username is supplied, the server returns a 401/403 response almost immediately. When a valid username is provided, the server performs a bcrypt password comparison, causing a measurable dela...

5.3CVSS5.9AI score0.00468EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder