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/gibran-abdillah/cve-2023-32315
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubgibran-abdillah/cve-2023-32315

CVE-2023-32315

Automated exploit tool for CVE-2023-32315 authentication bypass vulnerability. Scans single or bulk targets with multiprocessing and automatic login for penetration testing.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
3213 years agoNot yet reviewed

CVE-2023-32315

Tool for CVE-2023-32315 exploitation.

Features:

  • Scans single or bulk targets from txt files
  • Utilizes multiprocessing for faster scanning
  • Automatic login capability

Installation:

  • Make sure you're in this repo's directory and have python3 installed
  • Install required packages using:
    root@kitploit:~
    pip install -r requirements.txt
    
  • Run the tool with the following command:
    root@kitploit:~
    python3 CVE-2023-32315.py
    

Usage

  • For bulk targets
    root@kitploit:~
    python3 CVE-2023-32315.py --web-list sites.txt -p 10
    
  • For single target
    root@kitploit:~
    python3 CVE-2023-32315.py -u http://127.0.0.1:9090
    

Screenshots

Screenshot 2023-08-31 153909 Screenshot 2023-08-31 154022

References

  • https://codewithvamp.medium.com/cve-2023-32315-administration-console-authentication-bypass-c1429f8c4576
  • https://github.com/miko550/CVE-2023-32315
Download Tool