34 results for “topic:race-condition”
Chronos - A static race detector for the go language
HTTP/2 Last Frame Synchronization (also known as Single Packet Attack) low Level Library / Tool based on Scapy + Exploit Timing Attacks
✨ setInterval for promises and async/sync functions. Support graceful shutdown and prevent multiple executions from overlapping in time.
OS-Programs related to System Call, Process Creation, Threading, Synchronization, Race condition, Semaphores, Inter-Process-Communication, Pipes, Shared memory, message passing & further more.
Dirty COW restricted to shmem in linux kernel
Libraries to help with frontend development
AI prompt injection detection and defense toolkit. 8-layer detection engine with 17 attack vectors, zero dependencies.
Scalpel Racer is a high-precision exploitation framework designed to identify and exploit race conditions in web applications with microsecond accuracy by utilizing low-level packet manipulation to bypass network jitter.
proof of concept of a race condition caused in stake.com online casinos backend allowing early prediction in games like mine , crash and coinflip
Pentesting challenges
Example programs for illustration of Race Condition and Deadlock for Teaching Operating Systems
Its a basic level repo for getting started with go lang and its concepts.
Course project: Multithreading (Python) ➟ Thread, daemon thread, join(), ThreadPoolExecutor, race conditions, synchronization, deadlock, producer-consumer
Explore diverse Linux Kernel Thread examples demonstrating race conditions, parallel executions, processor ID retrievals, and more, with structured subdirectories containing explanatory READMEs, source code, and Makefiles.
A simple project to implement optimistic locking (using versioning) on DynamoDB.
Library of Exploiting Last Frame Synchronization (also know as Single Packet Attack) on HTTP/3 - Manipulated version of quic-go lib
Hastane Randevu Sistemi - .NET 8 Web API & SQL (Concurrency Control)
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes
단국대학교 운영체제보안 과제
An efficient Promise lock for Node.js projects, ensuring mutually exclusive execution of asynchronous tasks. Key features include a backpressure indicator and the ability to gracefully await the completion of all currently executing or pending tasks, making it ideal for robust production applications requiring smooth teardown.
Educational race condition attack scripts for Burp Suite laboratories - Master's Degree in Cybersecurity exercise
Minimal reproduction case demonstrating hydration timing race condition when using Svelte 5's context API within Astro islands
Repository contenente l'esame e la simulazione del corso Sistemi Operativi.
🍝 A concurrent solution to the classic Dining Philosophers problem using threads and mutexes in C. Includes a bonus version using processes and semaphores for advanced synchronization. Built as part of the 42 school curriculum to explore multithreading, inter-process communication, race conditions, and deadlock prevention.
High-precision HTTP Race Condition Fuzzing Library for Go. Golang 高精度并发同步库。 go-volley 是一个轻量级的 Go 语言网络库,用于在 HTTP/1.1 协议下实现微秒级的请求同步
Prevent race conditions in Django using PostgreSQL advisory locks.
Producer - Consumer problem in C.
File descriptor leak vulnerability (CVE pending) in bftpd ≤6.4 daemon mode. Race condition in socket cleanup causes DoS through FD exhaustion. Includes complete analysis, reproduction steps, Docker environment, and patch.
A powerful event handling library. Prevents double-clicks, fixes async race conditions, and manages loading states.
🎶 C++ Concurrency Sandbox for everyone