Skip to content

righettod/HTTPSignatures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Original README

See here.

Resources