Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-72898-safe-detection — Simple script to achieve safe and non-desruptive active detection of CVE-2026-72898 (SQLi in Metabase) | Kitploit
도구/GitHubGitHub/franc-zar/cve-2026-72898-safe-detection
Vulnerability ScannersVulnerability AnalysisWeb Application ExploitationWeb SecurityPenetration Testing
GitHubfranc-zar/cve-2026-72898-safe-detection

CVE-2026-72898-safe-detection

Simple script to achieve safe and non-desruptive active detection of CVE-2026-72898 (SQLi in Metabase)

저장소 보기
21일 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

CVE-2026-72898-safe-detection

Simple script to achieve safe and non-destructive active detection of CVE-2026-72898 (SQLi in Metabase)

It attempts to determine if a Metabase instance is vulnerable to the SQL injection vulnerability in the password reset endpoint. The script is designed to be safe and not cause any harm to the target system. It does not attempt to exploit the vulnerability by changing any data or performing any destructive actions. The script sends a series of sleep or delay payloads to the target Metabase instance to determine if the SQL injection is possible and measures the response times accordingly. It supports multiple database types and can perform a brute-force scan to test all supported database types if the user is unsure of the target's database type.

Usage:

root@kitploit:~
cve_2026_72898_scanner.py - A script to safely scan for CVE-2026-72898.

options:
  -h, --help            show this help message and exit
  --host HOST           Target Metabase host
  --port PORT           Target Metabase port
  --schema {http,https}
                        Target Metabase schema
  --db-type {mysql,postgres,mariadb}
                        Target Metabase application SQL database type
  --brute               Enable brute force mode (try all database types) - avoid as possible, as it may trigger rate limiting on the target system after around 10 requests with later exponential backoff on retry

Legal Disclaimer

This tool is strictly for educational purposes and authorized security testing. Do not use it against systems without explicit written permission from the owner.

The author assumes no liability and is not responsible for any misuse, damage, data loss, or legal consequences caused by this program. Use entirely at your own risk.

도구 다운로드