aws-sigv4 icon indicating copy to clipboard operation
aws-sigv4 copied to clipboard

Auto Import Session Token Amendment

Open lowSoA opened this issue 2 years ago • 0 comments

Updated the "value" pattern in src/main/java/burp/ConfigParser.java#19 for session tokens which are longer than 256 characters.

In my current use case, the session token is 736 characters long, which will fail to populate the corresponding field when using the auto import feature. With the updated pattern, the session token is correctly parsed and added to the profile.

image

Addresses issue #17.

lowSoA avatar Nov 10 '22 22:11 lowSoA