lorenzog / burpAddCustomHeader

A Burp Suite extension to add a custom header (e.g. JWT)
GNU General Public License v3.0
19 stars 22 forks source link

Feature Request: Replace token only after expiration #15

Open n15c opened 3 years ago

n15c commented 3 years ago

Hello, It would be great if there was a possibility to replace the token after the JWT is expired. When scanning using this extension, the amount of requests is doubled. A possibility to check the validity of the token would be great before invoking the macro.

I know it is more a Burp issue than a extension thing as burp is executing the macro but it may be possible to implement this.