Skip to content

Releases: hahwul/jwt-hack

v2.4.0

26 Oct 12:54
56626b8

Choose a tag to compare

What's Changed

  • Add jwt-hack scan: JWT vulnerability scanning
  • Add jwt-hack server: API server mode
  • Add --config flag: Support for configuration via HOME and XDG directories

Full Changelog: v2.3.1...v2.4.0

v2.3.1

13 Sep 02:56

Choose a tag to compare

What's Changed

  • fix(mcp): add missing fields to Implementation struct initialization by @chenrui333 in #77
  • Bump to checkout v5 (GitHub action) by @hahwul in #79
  • Release 2.3.1 by @hahwul in #78

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

11 Sep 13:29
79d6478

Choose a tag to compare

What's Changed

  • Add MCP Client Integration Examples by @chei-l in #65
  • Add release binary and SBOM Workflows by @hahwul in #68
  • Fix lint by @hahwul in #69
  • Add --preset flag for crack mode with character set presets by @Copilot in #71
  • Release v2.3.0 by @hahwul in #72

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

29 Aug 08:46
a1d05c2

Choose a tag to compare

What's Changed

  • Add JWE (JSON Web Encryption) support to jwt-hack toolkit
  • Update Dockerfile dependencies and base image to Alpine 3.22, Fixed Docker bug
  • Add EdDSA (Edwards-curve Digital Signature Algorithm) support
  • Add MCP (Model Context Protocol) server mode for AI model integration

Full Changelog: v2.1.0...v2.2.0

v2.1.0

10 Aug 04:19
9383929

Choose a tag to compare

What's Changed

  • Improve comments by @hahwul in #45
  • Add default, build, and dev tasks to justfile by @hahwul in #47
  • Refactor to use Rust 1.58+ format string syntax throughout by @hahwul in #48
  • High-Def Logo Upgrade by @thezakman in #49
  • Add JWT compression support with "zip": "DEF" header for DEFLATE compression by @Copilot in #51
  • Add comprehensive GitHub Copilot instructions for jwt-hack development by @Copilot in #53
  • Bump version to 2.1.0 by @hahwul in #54

New Contributors

  • @thezakman made their first contribution in #49
  • @Copilot made their first contribution in #51

Full Changelog: v2.0.0...v2.1.0

v2.0.0

06 Jun 07:29

Choose a tag to compare

What's Changed

  • Core Engine Rewrite (Go → Rust): Rebuilt in Rust for incredible speed and stability, while retaining all functionality from v1.
  • Expanded Cracking Support: The crack command now fully supports PS & ES family algorithms, which were previously only available for encoding.
  • Revamped Console Output: The terminal output for all commands has been beautifully redesigned for enhanced readability and a cleaner user experience.
  • Additional Attack Vectors: Added new modules to test for attack vectors like SQL Injection (SQLi) within JWT claims.

Full Changelog: v1.2.0...v2.0.0

v1.2.0

21 May 15:01

Choose a tag to compare

Changelog

  • 252aef4 Update go.yml
  • f11f27c Update go.mod dependencies
  • 8c8db1e Update docker-publish.yml
  • 25dce8c Update docker-publish.yml
  • 77b785e Update README.md
  • e3a2d67 Update README.md
  • 69f14ae Update
  • 32e486b Update
  • 335a7e8 Support Windows ARM64
  • 3673d5e Migrate jwt-go to golang-jwt
  • 06674f0 Merge pull request #37 from hahwul/bump-to-go-packages
  • 814d1ea Merge pull request #34 from isacaya/test
  • 6b6c920 Merge pull request #33 from hahwul/bump-to-cosign
  • 501b241 Merge pull request #32 from hahwul/dependabot/go_modules/golang.org/x/sys-0.1.0
  • ec8cad1 Merge pull request #31 from ScriptIdiot/patch-1
  • cea10a3 Create docker-publish.yml
  • 6955ce1 Bump to go min go version (1.17 to 1.21)
  • c83c10a Bump golang.org/x/sys from 0.0.0-20220114195835-da31bd327af9 to 0.1.0
  • b13c58b Add logic related to 'max' flag by @isacaya
  • 06fb757 Add arm64 docker image builder

v1.1.2

24 Dec 17:00
92652fb

Choose a tag to compare

Changelog

v1.1.1

14 Oct 13:18

Choose a tag to compare

Changelog

7215340 Tap v1.1.1
14d1df4 (#26) Change panic() to os.Exit(), and Added missing error handling

v1.1.0

03 Oct 17:24
59d4365

Choose a tag to compare

Changelog

6ab9fbe Update readme
41dfb4a Update go.yml
5842726 Update go.mod
725db07 Update docker-image.yml
26b36d2 Update codeql-analysis.yml
2138a6c Update codeql-analysis.yml
59d4365 Update README.md
45abfd4 Update README.md
8b8d6b2 Update README.md
d65d8ab Update .goreleaser.yml
0b4a6da Create codecov.yml
3d976d1 Add jku and x5u payloads (bypass type) and tap v1.1.0