Burp Suite User Forum

Create new post

Converting text to Json format? Lab Broken brute force protection multiple credentials per request.

Yan | Last updated: Jun 26, 2022 07:40PM UTC

Hi Guys, How do you convert the list of passwords to json format please? I tried different converters on google with no success. Thanks, Yan

Ben, PortSwigger Agent | Last updated: Jun 27, 2022 10:41AM UTC

Hi Yan,

The solution actually provides the format that you need to use in order to supply the list of candidate passwords - the format is as follows:

"username" : "carlos",
"password" : [
"123456",
"password",
"qwerty"
...
]

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