Skip to content

Commit

Permalink
[DOCS] Update A5 Attack Narrative
Browse files Browse the repository at this point in the history
  • Loading branch information
Krlier committed Jan 10, 2019
1 parent 6a5ca94 commit b811193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owasp-top10-2017-apps/a5/ecommerce-api/docs/ATTACK.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ curl -s -H "Content-Type: application/json" -d '{"username":"user2","password"
<img src="attack1.png"/>
</p>

The users created above are registered on MongoDB and we can get their `userID` through the curl command:
The users created above are registered on MongoDB and we can get their `userID` through the following curl commands:

```sh
$ curl -s -H "Content-Type: application/json" -d '{"username":"user1","password":"pass"}' http://localhost:8888/login
Expand Down

0 comments on commit b811193

Please sign in to comment.