Open Airboi opened 4 months ago
Hi
You cannot use define
within the given ... then
block. It must be used before the given ... then
block.
To clarify, you wish to extract the value of a specific header from the base response, then use that in an outgoing request as your scan check?
Yes, I want to extract the JWT token from the base request headers, modify it and request the modified data packet again, check the response to determine if there is a vulnerability with the JWT signature not checked
Current behavior
such like check if jwt token veified,
base.request.headers[potential_header] is Unexpected,can you help me?