Skip to content

Releases: silentsignal/burp-piper

v0.4

26 Mar 20:40
v0.4
Compare
Choose a tag to compare
  • Improved Queue tab by fixing bugs arising from Burp reusing certain objects, removing things that don't make sense there like commentators and further small things.
  • If the URL path ends with a file extension or one can be deduced from Content-Type, temporary files get that instead of the generic (and now fallback) .bin as some external tools work better with this additional bit of information.

v0.3

05 Feb 15:31
v0.3
Compare
Choose a tag to compare
  • performance improvements for large number of Message Viewers and/or HTTP reqests in Proxy
  • developer mode, right now with a basic functionality of showing abnormal exit statuses and stderr (#1)
  • added filter option for the URL being in scope
  • context menu items can be prevented from being used as the end of a pipe
  • tools can be limited to requests or responses only (#7)
  • redundant Message Viewer filters can be simplified by using stdout/stderr + exit code filters on the command itself
  • added copy/paste for almost everything using the text clipboard in YAML, using the same format/structure that the YAML export uses (#3)
  • added support for Intruder Payload Processors (#2)
  • added easy conversion from message viewer to commentator
  • fixed a bug where the last item of any list couldn't be deleted because of a bug in the Java standard library
  • added an option for HTTP listeners to process the response with the request being there for added context

v0.2

26 Jul 11:16
v0.2
Compare
Choose a tag to compare
  • code cleanup & refactorings (even with new stuff, it's minus 100 lines)
  • some new tools in the default config
  • improved GUI layout based on experience
  • removed request/response constraint from Commentator
  • lots of other small improvements

v0.1

02 Jul 07:26
v0.1
Compare
Choose a tag to compare

Initial release with working config editor GUI and YAML/ProtoBuf export and import