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-11077 — Exploit blind SQL Injection in (Online Learning Management System) | Kitploit
Tools/GitHubGitHub/bytereaper77/cve-2025-11077
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingArchived
GitHubbytereaper77/cve-2025-11077

CVE-2025-11077

Exploit blind SQL Injection in (Online Learning Management System)

View Repository
2211 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-2025-11077 - SQL Injection

Author: Byte Reaper

Description

This vulnerability is a Blind SQL Injection in the add_content.php file of the Online Learning Management System (CVE-2025-11077), allowing an attacker to extract database information by sending crafted POST requests.

Requirements :

root@kitploit:~
Linux x86_64
GCC

Build :

root@kitploit:~
	gcc exploit.c argparse.c -o CVE-2025-11077 -lcurl

Run :

root@kitploit:~
	- HELP :
	./CVE-2025-11077 -h

	- Target URL (base url)
	./CVE-2025-11077 -u http://[IP]

	- log file :
	./CVE-2025-11077 -f [FILE]

	- Check time-based blind :
    ./CVE-2025-11077 -u http://[IP] -b

    - Cookies FILE :
    ./CVE-2025-11077 -u http://[IP] -c [FILE]

References :

  • NVD : https://nvd.nist.gov/vuln/detail/CVE-2025-11077
  • CVE : https://www.cve.org/CVERecord?id=CVE-2025-11077
  • Exploit Code : https://bytrep.com/exploit11077.html

Observation :

  • This is an exploitation taken from the platform https://bytrep.com/

License :

MIT

Download Tool