Home

Awesome

Linux Russian Roulette

Take a random PoC from syzbot and run it on your system for maximum fun!

Also known as crash-all-the-things.py

How it works

  1. Download a testcase from syzbot (basically, 0-days)
  2. Compile it
  3. (Optional) run it

What it does

Warning

Don't run this. Your are basically throwing random DoS exploits to your kernel. Typically, a kernel does not like that.

I repeat, do not run this.

Usage

To just compile random C testcases:

./linux-russian-roulette.py

If you are crazy enough to actually run the programs:

./linux-russian-roulette.py whatever

Why