Fuzz Monkey is a bit like chaos monkey only with more fur and instead of tearing down infrastructure like some kind of crazed baboon in a shoe shop, it carefully and surgically flings its poop at specific http endpoints. It ain’t pretty, but it’s damn sure fuzzy.
Dependencies:
+ Golang Language 1.7 or higher.
+ All Linux/Unix Platform support
Note:
When running the binary, you will need to create a config file to tell the monkey in which direction to fling. An example of this config is in the examples folder.
Usage:
git clone https://github.com/ChrisCooney/fuzz-monkey && cd fuzz-monkey cd app go build -o monkey . then your command would be, Example: /monkey examples/config.json
Source: https://github.com/ChrisCooney