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
Tools/GitHubGitHub/gabriel-lacorte/cve-2026-36670
Password CrackingExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubgabriel-lacorte/cve-2026-36670

CVE-2026-36670

Time-Based Blind SQL Injection Exploit for the OpenSIPs Control Panel (or my first CVE!)

View Repository
2 months 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-2026-36670

A time-based blind SQL injection exploit for the OpenSIPS Control Panel.


This exploit abuses an authenticated sql injection vulnerability within the alias_management.php module of opensips. The table GET parameter is improperly sanitized, allowing an attacker to inject a crafted derived table payload.

Alt text


Pre-Requisites

  • Python 3.x
  • requests library (pip install requests)

Post-Exploitation

The exploit will dump the ha1 hashes for administrative users. These are stored in the format md5(username:password). You can easily crack these using hashcat:

root@kitploit:~
hashcat -m 0 hashes.txt /usr/share/wordlists/rockyou.txt

Disclaimer

This script is intended strictly for educational purposes and authorized security auditing. Do not use this tool against targets without explicit permission. The author assumes no liability for the misuse of this software.

Download Tool