Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-06-06 11:26:52 -04:00
parent c02aa0e395
commit 4e78ffab6a
Signed by: vbatts
GPG key ID: 10937E57733F1362

13
README.md Normal file
View file

@ -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.