Skip to content

thebabush/linux-russian-roulette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

  • Crash your machines
  • Crash your VMs
  • Crash your machines from your VMs
  • Crash a system from docker

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

  • Why not?
  • Annoy CTF organizers
  • Annoy your cloud provider
  • Be arrested

Releases

No releases published

Packages

No packages published

Languages