m4l1c3 / burp-authorization-header-updater

A burp plugin that can be used in combination with macros to update request authorization headers within burp tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

burp-authorization-header-updater

A burp plugin that can be used in combination with macros to update request authorization headers within burp tools

An important note:

  • The actual value for the authorization header is dependent on the setup I was testing which was not your typical setup, however, simple tweaking what is checked in the requests/responses should hopefully be somewhat easy.
  • The extension assumes you are able to hit a route with a valid session/cookie to retrieve a new authorization header. To update the header to check for and modify simply update the variable: AUTH_HEADER_PREFIX to reflect the string value of your header, original was: "Authorization: Bearer "

About

A burp plugin that can be used in combination with macros to update request authorization headers within burp tools

License:MIT License


Languages

Language:Python 100.0%