An open API service indexing awesome lists of open source software.

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

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.