Releases: augustd/burp-suite-utils
Releases · augustd/burp-suite-utils
Version 1.0.9
- Fixed a bug that occurred when HTTP headers contained a null value (Thanks @mengyuan.ymy)
- Add method to get HTTP response headers in original order
- Add method to return the Burp Suite tool name (proxy, repeater, etc)
- Modified RuleTableComponent to load match rules using Burp internals (Fixes augustd/burp-suite-error-message-checks#20)
- Add a method to remove headers from HTTP responses
- Fixed an issue with extra newlines being added to HTTP responses
Version 1.0.8
- Adds utility class for performing time-limited actions
- Make MatchRule a member of ScannerMatch for easy retrieval
Version 1.0.7
- Adds
getInstance()
method to statically retrieve the BurpExtender instance
Version 1.0.6
- Adds HttpResponse class for converting HTTP response bytes into a Java Object
- Extract processIssues method so subclasses can implement their own processing of matches
found by the scanner
Version 1.0.5
- Added Extender to ToolsScopeComponent
Version 1.0.4
- Added ability to set defaults in ToolsScopeComponent