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
php-app-race-condition — Vulnerable demo application for the race condition | Kitploit
Tools/GitHubGitHub/projectdiscovery/php-app-race-condition
Vulnerability AnalysisWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubprojectdiscovery/php-app-race-condition

php-app-race-condition

Vulnerable demo application for the race condition

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

Vulnerable PHP App (Race Condition)

Environment setup:

root@kitploit:~
docker-compose up

Environment verification:

Connection Test: http://localhost/test.php

Vulnerable endpoint: http://localhost/poc.php

Race condition exploit:

root@kitploit:~
echo http://localhost | nuclei -t race.yml

Observe that less than 1280$ were accounted for withdraw from the balance (10$ * 128 requests) with a variable net gain.

Reference: https://defuse.ca/race-conditions-in-web-applications.htm

Download Tool