Burp Suite User Forum

Create new post

Hello. i want to make hmac header.

YPrefer | Last updated: Mar 08, 2016 06:13AM UTC

Some web sites are require hmac header. hmac value is madden using specific algorithom(mix url, parameter and random value when login given) how can i HTTP request with change parameter.?

PortSwigger Agent | Last updated: Mar 10, 2016 10:30AM UTC

If the header value needs to change whenever the parameter value changes, then you will probably need to write a quick Burp extension to compute the required value and update it in the header. Your extension can register an IHttpListener to get access to each request before it is made.

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.