Releases: silentsignal/burp-piper
Releases · silentsignal/burp-piper
v0.4
- 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
- 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