Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-32429-Checker — Python-based vulnerability scanner for detecting CVE-2025-32429 SQL injection in XWiki platforms. Supports single/bulk scanning, WAF detection, time/error-based detection, and multi-threading. | Kitploit
Tools/GitHubGitHub/imbas007/cve-2025-32429-checker
Vulnerability ScannersWeb Application ExploitationWAF BypassWeb SecurityPenetration Testing
GitHubimbas007/cve-2025-32429-checker

CVE-2025-32429-Checker

Python-based vulnerability scanner for detecting CVE-2025-32429 SQL injection in XWiki platforms. Supports single/bulk scanning, WAF detection, time/error-based detection, and multi-threading.

View Repository
61 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-32429 Vulnerability Checker

A Python-based vulnerability scanner for detecting CVE-2025-32429 SQL injection vulnerability in XWiki platforms.

Features

  • Single Target Scanning: Check individual targets with -t option
  • Bulk Scanning: Scan multiple targets from a file with -l option
  • WAF Detection: Automatically detects Web Application Firewalls
  • Time-based Detection: Identifies time-based SQL injection vulnerabilities
  • Error-based Detection: Detects SQL error messages in responses
  • Multi-threading: Fast scanning with configurable thread count
  • Verbose Output: Detailed scanning information with -v flag
image

Installation

Requirements

root@kitploit:~
pip3 install requests urllib3

Make executable

root@kitploit:~
python vuln_checker.py

Usage

Single Target

root@kitploit:~
python3 vuln_checker.py -t <target_url>

Multiple Targets

root@kitploit:~
python3 vuln_checker.py -l <targets_file>
Download Tool