An extendable filesystem walker to poke at a host.
Find a file
Vincent Batts 66e91e3ddf
default to compile in, but also allow plugins
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-06-06 12:29:33 -04:00
vendor *: proper cli and vendoring 2018-06-05 16:53:08 -04:00
walker default to compile in, but also allow plugins 2018-06-06 12:29:33 -04:00
.gitignore switching to plugins 2018-06-06 10:43:43 -04:00
main.go default to compile in, but also allow plugins 2018-06-06 12:29:33 -04:00
Makefile default to compile in, but also allow plugins 2018-06-06 12:29:33 -04:00
README.md README 2018-06-06 11:26:52 -04:00
vendor.conf *: proper cli and vendoring 2018-06-05 16:53:08 -04:00

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.