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-2024-7928 — Proof-of-concept exploit for CVE-2024-7928 targeting FastAdmin instances. Scans single or multiple targets to retrieve database details via a Python script. | Kitploit
Tools/GitHubGitHub/gh-ost00/cve-2024-7928
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubgh-ost00/cve-2024-7928

CVE-2024-7928

Proof-of-concept exploit for CVE-2024-7928 targeting FastAdmin instances. Scans single or multiple targets to retrieve database details via a Python script.

View Repository
912 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

CVE-2024-7928

POC for CVE-2024-7928. Will attempt to retrieve DB details for FastAdmin instances. Banner

How to Use

FOFA : app="FASTADMIN"

Install the script requirements:

root@kitploit:~
pip install -r requirements.txt

Single Target:

root@kitploit:~
python CVE-2024-7928.py -u https://target:9090

Bulk Sscan:

root@kitploit:~
python CVE-2024-7928.py -f file.txt

Disclaimer

#WARNING!!! This tool is provided for educational and research purposes only. The creator assumes no responsibility for any misuse or damage caused by the tool.

References

  • https://nvd.nist.gov/vuln/detail/CVE-2024-7928
  • https://vuldb.com/?id.275114
  • https://wiki.shikangsi.com/post/share/da0292b8-0f92-4e6e-bdb7-73f47b901acd
  • https://github.com/bigb0x/CVE-2024-7928/
Download Tool