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
day01-sessionreaper-lab — This is a tiny lab that simulates the core idea reported for CVE-2025-54236 (“SessionReaper”) | Kitploit
Tools/GitHubGitHub/amalpvatayam67/day01-sessionreaper-lab
Vulnerability AnalysisWeb SecurityCTFLearning & EducationLabs & Practice
GitHubamalpvatayam67/day01-sessionreaper-lab

day01-sessionreaper-lab

This is a tiny lab that simulates the core idea reported for CVE-2025-54236 (“SessionReaper”)

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

Day 1 — SessionReaper-style Vulnerable Lab (Educational)

This is a tiny lab that simulates the core idea reported for CVE-2025-54236 (“SessionReaper”): improper validation of nested JSON leading to dangerous code paths. This is not Magento/Adobe Commerce; it's a minimal educational replica to practice safely in Docker.

Quickstart

root@kitploit:~
chmod +x entrypoint.sh
docker build -t day1-reaper .
docker run --rm -d -p 8080:80 --name day1 day1-reaper
# Visit http://localhost:8080/public/

! If you stuck you can use ./exploit.sh (after the container is running)

Download Tool