Skip to content

Releases: sgabe/winaflpet

v0.5.0

08 Jun 20:50
0d71006
Compare
Choose a tag to compare

Added

  • Ability to export/import jobs.
  • Periodic email alerts of new crashes.
  • Button to purge crash records from database.

Changed

  • Update Bootstrap icons to v1.8.3.
  • Update button style for jobs.
  • Update Docker base images.

v0.4.0

05 Feb 18:19
e49a88b
Compare
Choose a tag to compare

Changed

  • Type of fID changed from string to integer.

v0.3.1

02 Feb 20:52
a44287a
Compare
Choose a tag to compare

Changed

  • More specific regex pattern for crash detection.

Fixed

  • Replace invalid execs_per_sec value for unmarshaling.
  • Ignore unspecified or zero value for memory limit.

v0.3.0

18 Dec 17:06
945ef62
Compare
Choose a tag to compare

Added

  • Support for using WinAFL as a pre-configured tool for DynamoRIO.
  • Support for afl-fuzz environment variables and autoresume.

Changed

  • Update fuzzing job templates.

Fixed

  • Purging of crash recrods from the database.
  • Handle error when Python path is incorrect.
  • Use the randomly generated shared memory name.

v0.2.0

02 Nov 16:14
d9c7e99
Compare
Choose a tag to compare

Added

  • Support for additional afl-fuzz options.

Fixed

  • Minor template issues.
  • Check if process was found before killing it.

v0.1.0

10 Oct 19:33
e0ed2a6
Compare
Choose a tag to compare

Added

  • Support for sample delivery via shared memory.

Changed

  • Set coverage type values in job creation form.
  • Update build constraints.
  • Migrate structable from Masterminds to sgabe.

Fixed

  • Increase the width of the search box.
  • Overflowing card header.
  • Hide pager for single page.

v0.0.7

02 Oct 18:35
c9eea77
Compare
Choose a tag to compare

Changed

v0.0.6

10 Apr 11:53
Compare
Choose a tag to compare

Added

  • Common template functions provided by Sprig.
  • Pagination to navigate through the crashes.
  • Search box to filter cards.

v0.0.5

01 Apr 17:39
Compare
Choose a tag to compare

Fixed

  • Prevent erroneous user profile update.
  • jQuery AJAX used to download binary crash samples.

v0.0.4

22 Mar 16:59
Compare
Choose a tag to compare

Added

  • Flag to enable debug mode and non-secure session cookie.
  • Show bitmap coverage information among overall results.

Fixed

  • Show target method when offset is not specified.
  • Binding to command line host and port flags.
  • Anonymous function as parameter to setTimeout().

Changed

  • Allow running up to 20 fuzzer instances simultaneously.
  • Reload the page after successfully starting a job.
  • Use goroutine to read process's standard output.
  • More specific regex pattern to find crash samples.