Skip to content

Releases: augustd/burp-suite-utils

Version 1.0.9

03 Nov 22:22
93d2ef2
Compare
Choose a tag to compare
  • 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

26 Jun 23:45
Compare
Choose a tag to compare
  • Adds utility class for performing time-limited actions
  • Make MatchRule a member of ScannerMatch for easy retrieval

Version 1.0.7

20 Mar 23:52
Compare
Choose a tag to compare
  • Adds getInstance() method to statically retrieve the BurpExtender instance

Version 1.0.6

12 Mar 09:00
Compare
Choose a tag to compare
  • 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

22 Feb 21:04
Compare
Choose a tag to compare
  • Added Extender to ToolsScopeComponent

Version 1.0.4

25 Jan 01:00
Compare
Choose a tag to compare
  • Added ability to set defaults in ToolsScopeComponent