Skip to content

Burp extension to use updated token values, such as a bearer token

Notifications You must be signed in to change notification settings

alexlauerman/UpdateToken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UpdateToken

This Burp extension is used to updated token values tie to a session, such as a bearer token. Specifically, it pulls a authorization token out of a JSON response and includes it in the headers.

By slightly modifying the code, you can also use this to update CSRF tokens without using macros, which are very inefficent becaues the require a request after reach request.

If you are signing into multiple sessions at the same time, I would disable this, as it wil likely cause issues.

See the Releases tab for a pre-built jar.