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
CTF_CVE_DSP_1 — Una CTF, in formato DSP-compliant, basata sulla CVE-2025-29927 di nextjs. | Kitploit
Tools/GitHubGitHub/ns-projects-unina/ctf_cve_dsp_1
ExploitationWeb SecurityCTFPenetration TestingLearning & EducationLabs & Practice
GitHubns-projects-unina/ctf_cve_dsp_1

CTF_CVE_DSP_1

Una CTF, in formato DSP-compliant, basata sulla CVE-2025-29927 di nextjs.

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

🚩 Vuln Gallery CTF

Welcome to Vuln Gallery, an intermediate-level Linux-based CTF (Capture The Flag).

This challenge will guide you from the initial exploitation of a modern web application to privilege escalation on a misconfigured Linux system. Your mission is to exploit the vulnerabilities, move laterally through the system, and gain full control.


🚀 How to Play

This project uses Docker and Docker Compose for a quick and consistent setup. You just need to have them installed.

  1. Clone this repository (or download the zip file of the player-deploy folder).

  2. Open a terminal and navigate to the player-deploy directory:

    root@kitploit:~
    cd player-deploy
    
  3. Start the machine in the background with the following command:

    root@kitploit:~
    docker-compose up -d
    

    Docker will download the machine image and start it.


🎯 Your Target

The CTF machine is now running and reachable at the following static IP address:

172.20.0.10

Start your reconnaissance phase from here.


🏁 Objectives

Your goal is to find and read two flags on the system:

  1. user.txt: Gain access as a user.
  2. root.txt: Escalate your privileges to root.

🧹 Cleanup

When you're done, you can stop and remove the container with a single command from the player-deploy directory:

root@kitploit:~
docker-compose down

⚠️ Disclaimer

This machine was designed for educational and cybersecurity training purposes. All vulnerabilities are intentional. Please run it in an isolated network environment.

Happy hunting and have fun hacking! 🕵️‍♂️

Download Tool