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
WannaRace — WebApp intentionally made vulnerable to Race Condition for practicing Race Condition | Kitploit
Tools/GitHubGitHub/xib3rr4dar/wannarace
Web Application ExploitationWeb SecurityCTFLearning & EducationLabs & Practice
GitHubxib3rr4dar/wannarace

WannaRace

WebApp intentionally made vulnerable to Race Condition for practicing Race Condition

View Repository
25104 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

🚀 WannaRace

WebApp intentionally made vulnerable to Race Condition

🤖 Description

Race Condition vulnerability can be practiced in the developed WebApp. Task is to buy a Mega Box using race condition that costs more than available vouchers. Two challenges are made for practice. Challenge B is to be solved when PHPSESSID cookie is present, cookie is auto created when user is logged in. Happy learning 🎉.

🛠 Building and running the Docker image

Build the Docker image with:

root@kitploit:~
git clone https://github.com/Xib3rR4dAr/WannaRace && cd WannaRace
docker build -t xib3rr4dar/wanna_race:1.0 .

Run Docker image:

root@kitploit:~
docker run -it --rm xib3rr4dar/wanna_race:1.0

OR

root@kitploit:~
docker run -it --rm -p 9050:80 xib3rr4dar/wanna_race:1.0

Then open in browser relevant IP:PORT

🎴 Screenshots

Challenge #1

Main Page

image

Four vouchers worth 400 units available for recharge

image

Task is to buy Mega box (which is worth 401 units) by exploiting race condition

image

Challenge #2

Same as Challenge #1 but requires login so that PHPSESSID and appropriate cookies are set

image

💡Solutions

Challenge #1 Solution

📝 TODOs

✅ Add Solution for Challenge #1
🕘 Add Solution for Challenge #2

Download Tool