https://github.com/eqstlab/race_condition
Exercise for the race condition attack
https://github.com/eqstlab/race_condition
Last synced: 4 months ago
JSON representation
Exercise for the race condition attack
- Host: GitHub
- URL: https://github.com/eqstlab/race_condition
- Owner: EQSTLab
- Created: 2023-10-25T15:13:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T04:09:35.000Z (almost 2 years ago)
- Last Synced: 2025-06-14T05:35:26.174Z (12 months ago)
- Language: PHP
- Size: 632 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Race_Condition
Exercise for the race condition attack
# How to run this exercise in Windows?
You can use Xampp for the PHP code.
1. Install the Xampp
2. Download this code in the "C:\xampp\htdocs" path.
3. Run the Xampp's "Apache" and "MySQL".
4. Go to "127.0.0.1/phpmyadmin".
5. Then import the "shop.sql" file.
6. Enjoy!
# Disclaimer
The purpose of this project is to help people learn about the Race Condition vulnerability. Do not attack the KCP api server.