Skip to content

Instantly share code, notes, and snippets.

View the-emmons's full-sized avatar

Ryan Emmons the-emmons

  • Rapid7
  • Chicago
View GitHub Profile
@the-emmons
the-emmons / raceabrt.c
Created September 8, 2022 00:33 — forked from taviso/raceabrt.c
Race condition exploit for CVE-2015-1862
#include <stdlib.h>
#include <unistd.h>
#include <stdbool.h>
#include <stdio.h>
#include <signal.h>
#include <err.h>
#include <string.h>
#include <alloca.h>
#include <limits.h>
#include <sys/inotify.h>