Skip to content

Releases: ozzi-/JWT4B

2.4

08 Jan 14:31
Compare
Choose a tag to compare

Fixed: Cookie data HTML not rendered within Intercept tab
HTML rendering has been disabled within Burp extensions and needs to be re-enabled on a per-component basis.

Thanks https://github.com/DolphFlynn for the PR

2.3

31 Aug 06:33
0ffb36d
Compare
Choose a tag to compare
2.3

Fixed: Displaying HTML formatted text properly again with new Burp versions
Fixed: Changed JSON library to prevent erroneous encoding when pretty printing JWT contents
Feature: Support for o365 JWT attack
Feature: Support for keys in hexadecimal form
Misc: Refactoring

2.2

11 Feb 14:29
Compare
Choose a tag to compare
2.2
  • Support for BURPs dark theme
  • Bugfixes & Refactoring
  • Updating old libraries

Big thanks to @DolphFlynn

image

Bugfix

07 Jan 07:12
6d02b00
Compare
Choose a tag to compare

Added by @DolphFlynn
Fixed NPE when key null and using JWT tokens with RS256 or ES256 algorithms

Realtime Intercept Tab

26 Nov 17:28
b6b1fdc
Compare
Choose a tag to compare
  • The intercept tab now provides realtime updates to the JWT
  • Redesigned intercept tab GUI elements
  • Bug fixes

Compability with Pro v2021.2

17 Feb 15:14
Compare
Choose a tag to compare

JWT4B is now compatible with Burp Pro v2021.2 and doesn't require a restart of burp after initializing the plugin anymore, in order to be able to type in the JWT text areas.

Furthermore, the UI layout was improved in order to work better with smaller window sizes / scaling and text area border frames (due to the new look and feel of burp).

Bugfix

19 Nov 16:26
Compare
Choose a tag to compare
  • Addressing #45 by removing a change that stripped newlines in secrets

1.13 - Bug Fixes

26 Aug 15:09
Compare
Choose a tag to compare

Fixes:

  • Big numbers such as 1598358554.3746235 (i.E. in EXP / IAT attributes) won't be automatically set to exponential notation
  • Improved UI in intercept tab after sending a request in the JWT tab, by displaying an empty token

Improved Error Handling

15 Jun 09:26
Compare
Choose a tag to compare

No new features, but JWT4B is now more tolerant about invalid tokens / json.

1.11

27 Apr 15:21
Compare
Choose a tag to compare

Whats new?

  • Added config option "resetEditor", disabled this option will keep the editor state in the intercept tab for subsequent messages.
  • Text areas now work with Burp 2020v4!
  • Refactoring (inlcuding removal of deprecated observer pattern)