- In Shopmost application register customer with following credentials:
- Full Name:
Jane Killer
- Email:
[email protected]
- Password:
killer
- Full Name:
- In Burp Suite go to
Intruder
>Positions
tab. - In
Positions
tab:- Set
Attack type
toSniper
. - Set
Target
tohttp://[::1]:3000
(localhost or 127.0.0.1 won't work). - In the request textfield paste the following content:
POST /api/customers/sessions HTTP/1.1 Content-Type: application/json { "email": "[email protected]", "password": "§ps1§" }
- Set
- Click
Start attack
button and wait for the attack to finish. - You should see that the request with password
killer
was successful.