Skip to content

Releases: hvqzao/burp-flow

burp-flow v1.25

16 Dec 21:06
Compare
Choose a tag to compare

Changes in v1.25:

  • fixed support for Dark mode, contribution of Jem Jensen, Thank You!

burp-flow v1.24

20 May 18:09
Compare
Choose a tag to compare

Changes:

  • rows coloring is now disabled on dark theme
  • reflections count display limit introduced

burp-flow v1.23

16 Apr 11:16
Compare
Choose a tag to compare

Changes:

  • Center "Add new sitemap issue" dialog, resize according to preferred size
  • Filter by search term does not break window anymore when search is too long
  • Displaying path instead of pathQuery in URL column
  • Added out-of-scope filter

burp-flow v1.22

16 Nov 22:10
Compare
Choose a tag to compare

Changes:

  • "Add new sitemap issue" now supports request & response highlight marks
  • Updated coloring theme
  • BurpSuite Pro detection

add-new-sitemap-issue

burp-flow v1.21

15 Nov 14:02
Compare
Choose a tag to compare

Changes:

  • Column reordering enabled
  • Updated row background highlight behavior
  • Added request and response preview in Add New Sitemap Issue
  • Minor refactoring

burp-flow v1.20

03 Nov 09:14
Compare
Choose a tag to compare

Changes:

  • Added notification when search filter is working
  • FIX: Pattern.compile inside loop

burp-flow v1.19

27 Oct 08:24
Compare
Choose a tag to compare

Changes:

  • Row highlight now follows sort order

burp-flow v1.18

15 Oct 13:30
Compare
Choose a tag to compare

Changes:

  • added Target tool filter and capture source
  • added active / passive scans to context menu
  • FIX: fixed sorting using status and length

burp-flow v1.17

13 Oct 09:08
Compare
Choose a tag to compare

Changes:

  • added Request, Response filter
    if none is selected, search string can be in request, response or both
    if one is selected (e.g. request, it must be found in request)
    if both are selected - search string must be found in both request and response
  • added info when populating log from burp proxy is completed

burp-flow v1.16

09 Oct 10:23
Compare
Choose a tag to compare
  • added Regex filtering
  • table update enforced once PopulateWorker / FilterWorker finishes