Quantcast
Channel: Penetration Test – Security List Network™
Viewing all articles
Browse latest Browse all 1152

fuzz monkey – infrastructure fuzzer/fuzzing tools.

$
0
0

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

fuzz-monkey

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


Viewing all articles
Browse latest Browse all 1152

Trending Articles