Skip to content

Releases: kmarkela/duffman

v1.2.0

17 Nov 10:01
cede56b
Compare
Choose a tag to compare

What's Changed

  • Oauth2.0 support is added for client mode
  • Berear auth support is added for client mode
  • Minor bug fixes

Full Changelog: v1.1.1...v1.2.0

v1.1.1

18 Sep 11:54
5d91123
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

18 Sep 11:39
d1c0826
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

06 Aug 10:32
9930d67
Compare
Choose a tag to compare

What's Changed

  • Fixed output of Json in parse #22

Full Changelog: v1.0.2...v1.0.3

v1.0.2

25 Jul 08:00
eac22b6
Compare
Choose a tag to compare

What's Changed

  • Fixed bug with fuzz path parameters in #21

Full Changelog: v1.0.1...v1.0.2

v1.0.1

25 Jul 07:15
3e1c2b2
Compare
Choose a tag to compare

What's Changed

  • Fix bug with fuzzing w\o proxy in #20

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Jul 13:18
a05d51d
Compare
Choose a tag to compare

Features

  • Parse collection and environment files
  • Fuzz GET parameters
  • Fuzz form parameters
  • Fuzz multipart parameters
  • Fuzz path parameters
  • Fuzz JSON bodies
  • Filter output by response status code
  • Filter output by response time

Improvements

  • Enhanced JSON body parsing

Fixes

  • Fixed a bug with custom variables

v1.0.0-rc.1

02 Jul 08:21
1e38fc7
Compare
Choose a tag to compare

First RC ready

  • Parse collection and env files
  • Fuzz Get parameters
  • Fuzz Form parameters
  • Fuzz Multipart parameters
  • Fuzz Path parameters
  • Fuzz Json
  • Filter output by response status code
  • Filter output by response time