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-2023-37635 — Python-based exploit script for CVE-2023-37635, performing brute-force attacks against target URLs with optional proxy support for authorized security testing. | Kitploit
Tools/GitHubGitHub/oussama-binike/cve-2023-37635
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHuboussama-binike/cve-2023-37635

cve-2023-37635

Python-based exploit script for CVE-2023-37635, performing brute-force attacks against target URLs with optional proxy support for authorized security testing.

View Repository
1 year 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-2023-37635 - Exploitation Guide

Installation & Setup

1️⃣ Install Dependencies

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

2️⃣ Run the Exploit

  • With a proxy:
    root@kitploit:~
    python brutForc.py <URL>
    
  • Without a proxy:
    root@kitploit:~
    python brutForc.py -n <URL>
    

Notes:
  • Replace <URL> with the target URL.
  • The -n flag disables proxy usage.

⚠️ Disclaimer: This script is intended for educational and authorized security testing purposes only. Unauthorized use is illegal.

Download Tool