Skip to content

Burp extension to automatically modify JWT request signatures

Notifications You must be signed in to change notification settings

swgee/ModifyRequestSignature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modify Request Signature

Burp Suite Extension to support automatic resigning of requests.

Some applications may sign each HTTP request to prevent tampering in-flight. Since the request signature algorithm and secret must be known to the client, the extension can be configured to resign requests so dynamic testing is possible using tools like Repeater, Proxy Intercept, Scanner, and Intruder.

Currently only supports the following configurations:

  • Base64, Base64URL SHA256 hashing functions
  • Hashing the request body
  • HS256 JWT signatures

About

Burp extension to automatically modify JWT request signatures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages