Releases: augustd/burp-suite-utils
Releases · augustd/burp-suite-utils
Version 1.2.5
Version 1.2.4
- Add Stopwatch class for timing
- Add a timeout when requesting match rules over HTTP
- Documentation improvements
Version 1.2.3
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
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
- 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
- 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
- Use official Portswigger Burp API from Maven Central
- Add utility methods for UTF-8 URL encode/decode
Version 1.0.12
- Made loading match rules Multi-Threaded to fix UI hang when network is inaccessible
Version 1.0.11
- Fixed loading match rules from a file (Bug introduced by #17)
Version 1.0.10
- Added ability to load passive scan match rules from jar if loading from remote URL fails