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
lehack-2026-challenge — Sources of Synacktiv's challenge for leHack 2026 | Kitploit
Tools/GitHubGitHub/synacktiv/lehack-2026-challenge
Password CrackingDigital ForensicsCTFHardware SecurityLearning & EducationLabs & Practice
GitHubsynacktiv/lehack-2026-challenge

lehack-2026-challenge

Sources of Synacktiv's challenge for leHack 2026

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

LeHack 2026 Challenge

A 3-tier challenge demonstrating impact of direct disk mounting.

Challenge Overview

LevelGoalTechnique
1Access the unencrypted diskSet boot cmdline to init=/bin/bash in grub
2Crack vault1 LUKSExtract header → hashcat → unlock & mount vault
3Crack vault2 LUKSRead the key from the TPM

Credentials

UserPassword
rootSynacktivSekurPasswd1337!
operatordonthackmeplsss
LUKS vault 1ihatehackers!

Deployment

Tested with Libvirt + QEMU and an emulated TIS TPM 2.0.

The challenge can be easily deployed remotely from an any linux distro with the nix package manager:

root@kitploit:~
# Enter the development shell to get the development dependencies
nix develop

# Deploy the challenge to a remote machine
# Vda is the disk type, use nvme or sda depending on disk type
just anywhere <vm-ip> vda

Once the challenge has been deployed on the remote machine, you should execute the /root/setup-vault.sh script to setup the vaults.

Writeup

See WRITEUP.md for a complete writeup of the challenge.

Download Tool