Skip to content

Releases: augustd/burp-suite-utils

Version 1.2.5

07 Nov 20:24
812a2a1
Compare
Choose a tag to compare

Version 1.2.4

04 Nov 08:32
Compare
Choose a tag to compare
  • Add Stopwatch class for timing
  • Add a timeout when requesting match rules over HTTP
  • Documentation improvements

Version 1.2.3

18 Jan 08:29
Compare
Choose a tag to compare

Adds an optional pinned last tab to BurpTabbedPane, which mimics Burp's pinned "..." tab for settings or to add new tabs to the pane.

Version 1.2.2

14 Jan 19:11
05f53a3
Compare
Choose a tag to compare

Substantial release including new UI components and convenience methods for dealing with HTTP protocol in Burp:

  • Allow for multiline request body in HttpParser
  • New utility methods to get raw HTTP request/response headers and body
  • New MessagePanel UI component to show a message that fades after a timeout
  • New BurpTabbedPane UI component that mimics Burp's closable, re-nameable tabs
  • Other UI improvements
  • Bug fixes

Version 1.2.1

02 Feb 19:35
e665676
Compare
Choose a tag to compare
  • Changed isToolSelected() method to return the selected value of a checkbox, regardless of whether the checkbox is enabled in the GUI. See #30

Version 1.2.0

23 Jan 17:27
Compare
Choose a tag to compare
  • Add utility methods for hashing
  • Parse cookies in HTTP responses
  • Use Burp ICookie interface in HTTP parsers (changes interface)
  • Make printStackTrace static
  • Add utility method to get file contents as String
  • Add ability to create multipart HTTP requests
  • Add method to highlight a tab in the Burp UI
  • Update dependencies

Version 1.0.13

03 Jan 18:29
62f7349
Compare
Choose a tag to compare
  • Use official Portswigger Burp API from Maven Central
  • Add utility methods for UTF-8 URL encode/decode

Version 1.0.12

11 Nov 02:21
5660758
Compare
Choose a tag to compare
  • Made loading match rules Multi-Threaded to fix UI hang when network is inaccessible

Version 1.0.11

08 Nov 23:45
2625c7a
Compare
Choose a tag to compare
  • Fixed loading match rules from a file (Bug introduced by #17)

Version 1.0.10

08 Nov 20:37
2f4596f
Compare
Choose a tag to compare
  • Added ability to load passive scan match rules from jar if loading from remote URL fails