You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RaceHunter Beta is an advanced race condition detection tool for pentesters and bug hunters. It performs high-precision concurrent HTTP request bursts to expose hidden concurrency bugs. Includes modular scenarios, robust error handling, and multi-format reports. Use in controlled environments; feedback welcome!
This system allows users to register, search for trains, check seat availability, and book train seats securely. It includes features like JWT-based authentication for user login, race condition handling during seat booking to prevent overbooking, and admin functionalities to manage train data.
Philosophers is a concurrency project at 42 School that simulates the classic Dining Philosophers Problem. It teaches how to manage threads, avoid race conditions, and prevent deadlocks using mutexes and proper synchronization in C.
Demonstration of identifying and exploiting a multi-endpoint race condition that leads to business logic bypass. This project documents the methodology, impact analysis, and remediation recommendations in a responsible educational context.