Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.75 KB

File metadata and controls

32 lines (21 loc) · 1.75 KB

HTTPSignatures Burp Suite Extension

build-artifact

Objective

This fork of the original project add the following features:

  • Support for the signature using the algorithm HS2019 of the RFC9421 HTTP Message Signatures.
  • Support for the signature using JSON Web Signature (RFC7515) used by OpenFinance (document openFinance Framework - Implementation Guidelines - Protocol Functions and Security Measures) .
  • Add more debug traces.
  • Use caching for the private key and its related X.509 certificate to reduce local IO for each request to sign.

Burp support

Tested with the version 2024.x of Burp Professional and developed using Intellij IDEA Community Edition.

Release

See here to download a build of the extension (extension jar file is attached to the build job).

Original README

See here.

Resources