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
Helpdesk-Telecom-CVE-2025-64459 — Sets up a vulnerable Django web application and provides a PDF detailing exploitation of CVE-2025-64459 for security training and lab practice. | Kitploit
Tools/GitHubGitHub/alxsourin/helpdesk-telecom-cve-2025-64459
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubalxsourin/helpdesk-telecom-cve-2025-64459

Helpdesk-Telecom-CVE-2025-64459

Sets up a vulnerable Django web application and provides a PDF detailing exploitation of CVE-2025-64459 for security training and lab practice.

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

Preparing to download the repository

  1. Update packages: sudo apt update
  2. If necessary, install git: sudo apt install -y git
  3. It is necessary to set up port forwarding rules. In the "Network" settings of the Debian 12.11.0 machine, click "Port Forwarding".
  4. Add a rule: Name: Django; Protocol: TCP; Host Address: empty; Host Port: 8000; Host Address: empty; Guest Port: 8000.

Downloading the repository, installing the vulnerable web application

  1. Download the repository: git clone https://github.com/alxsourin/Helpdesk-Telecom-CVE-2025-64459.git
  2. Navigate to the directory: cd Helpdesk-Telecom-CVE-2025-64459
  3. Run the installation and setup of the web application: ./setup.sh

Launching the web application

  1. Activate the Python virtual environment: source venv/bin/activate
  2. Launch the web application: python manage.py runserver 0.0.0.0:8000
  3. The web application will be available at: http://localhost:8000/

The exploitation of CVE-2025-64459 in the web application is presented in the .pdf file

Download Tool