Skip to content

Releases: riiim400th/burpee

v1.2.7

06 Mar 22:29
Compare
Choose a tag to compare

Summary

Fixed bugs and made several changes.

Additions

  • Parameter encoding prediction (request-detail sheet)

BugFixes

  • Fixed issue where binary characters couldn't be pasted from clipboard
  • Fixed bug where clipboard mode wasn't working

Changes

  • Changed columns in requests sheet
    image

  • Removed clipboard & file output mode

  • Removed URL-decode switcher (as it's always decoded now)

v1.2.6

27 Sep 15:37
Compare
Choose a tag to compare

Fixes

  • Modify the PollUpdate class to use the JsonNode from the Montoya API.

v1.2.5

23 Sep 17:48
Compare
Choose a tag to compare

Additions

  • Add persistence functionality
  • Enable writing and reading settings in JSON format

Fixes

  • Fix bug related to request ID

Changes

  • Overall code refactoring

Tab

image

v1.2.4

02 Aug 13:22
Compare
Choose a tag to compare

Additions

  • Check for the latest version release and add a download link button.

v1.2.3

28 Jul 20:08
Compare
Choose a tag to compare

Fixes

  • The \t in the notes has been neutralized to prevent it from being interpreted incorrectly when writing to Excel.
  • Alert has been added to catch FileNotFoundException during the Excel writing process.

v1.2.1

13 Jul 18:33
Compare
Choose a tag to compare

Additions

  • Apply the highlight color of the Proxy tab to the rows in the requests sheet of the output file.
  • Include request notes in the requests sheet of the output file.

Fixes

  • Cell styling: Add borders to each cell and modify the appearance of column names.

v1.2.0

11 Jul 23:51
2143d70
Compare
Choose a tag to compare

Additions

  • Output to File: Save extracted data directly to a file.
  • Multi request select.

Fixes

  • Output Column Order: Corrected the order of the output columns.

v1.1.1

10 Jul 23:45
Compare
Choose a tag to compare

Additions

  • Add Outline and Path to parse scope
  • Add parse scope checkbox

v1.1.0

09 Jul 23:25
Compare
Choose a tag to compare

Additions

  • Header parsing feature
  • Settings tab for configuring exclusion headers, target scope, decoding

Fixes

  • Exclude Selection of copy format from context menu (moved to the settings tab)

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Jul 00:12
Compare
Choose a tag to compare

Additions

Extract the parameters from the request and copy them to the clipboard
Extract the cookie header from the request and copy them to the clipboard