From 4e78ffab6a00840be3606d0f51888f83ff4bb603 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 6 Jun 2018 11:26:52 -0400 Subject: [PATCH] README Signed-off-by: Vincent Batts --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c2e0318 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +## fuzz-walker + +A simple filesystem walker to poke around system paths and cause the system to invalidate or crash. + +### Building + +While you can `go get` the fuzz-walker binary itself, the walker functions are in plugins. +The easiest way to get started is by cloning this repo and running `make`. + +### running + +I reckon you could run this on your host, but it's intended to push the bounds of what's allowed inside a container. +