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-46811-challenge — Ansible-deployed vulnerable VM lab providing a hands-on security challenge environment for CVE-2025-46811 vulnerability research and exploitation practice on openSUSE. | Kitploit
Tools/GitHubGitHub/szachovy/cve-2025-46811-challenge
Vulnerability AnalysisExploitationCTFLearning & EducationLabs & Practice
GitHubszachovy/cve-2025-46811-challenge

CVE-2025-46811-challenge

Ansible-deployed vulnerable VM lab providing a hands-on security challenge environment for CVE-2025-46811 vulnerability research and exploitation practice on openSUSE.

View Repository
16 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-46811 Challenge

A security challenge environment for CVE-2025-46811 vulnerability research.

Prerequisites

Control Node (Ansible Host)

Install the following system packages:

root@kitploit:~
apt install python311 python311-pip sshpass rsync

Install Ansible via pip:

root@kitploit:~
pip install ansible==12.3.0

Target VM

The target VM must be running openSUSE with the following configuration:

  1. Install Python 3.11:

    root@kitploit:~
    zypper ref && zypper in python311
    
  2. Disable the firewall:

    root@kitploit:~
    systemctl stop firewalld && systemctl disable firewalld
    
  3. Ensure the VM is network-accessible from the control node (e.g., via bridged network adapter).

Deployment

Ansible Playbook Deployment

  1. Install required Ansible collections:

    root@kitploit:~
    ansible-galaxy collection install -r collections/requirements.yml
    
  2. Run the playbook:

    root@kitploit:~
    ansible-playbook -i inventory.ini site.yml
    

Note: If SSH host key checking is enabled, ensure the target host fingerprint is added to known hosts before deployment.

Snapshot Deployment

Start the provided VM snapshot in your virtualized environment. All services will be available approximately 3 minutes after boot.

Note: Do not shuffle VM's MAC address after importing.

Download Tool