Skip to content

Releases: ChrisCooney/fuzz-monkey

CI Mode and URL Querying

01 Sep 22:07
Compare
Choose a tag to compare

V1.1

  • Added a new attack on an endpoint, that will fire known bad values at URL query parameters.
  • Added a CI Mode that will run through each attack in the config file once and return a non-0 status code if any attack fails.

Initial Release

24 Aug 21:46
Compare
Choose a tag to compare

V1.0

V1.0 represents the first release of the fuzz monkey. The monkey is young and hungry for endpoints to abuse. This is a bare bones, straight forward release. The current functionality supports spamming HTTP endpoints and throwing corrupt requests at a HTTP endpoint.

Going forward, the initial aim is to improve the sophistication of the reporting, for example pushing out messages to slack.