Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.08 KB

test-2-report.md

File metadata and controls

42 lines (30 loc) · 1.08 KB

Test 2 Report

Conducting the test

  1. In Shopmost application register customer with following credentials:
  2. In Burp Suite go to Intruder > Positions tab.
  3. In Positions tab:
    • Set Attack type to Sniper.
    • Set Target to http://[::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§"
      }
  4. Click Start attack button and wait for the attack to finish.
  5. You should see that the request with password killer was successful.

Results

Register customer

register-customer

Customer dashboard after successful registration

customer-dashboard

Prepare test

prepare-test

Test results

test-results