Skip to content

Commit 803cfbe

Browse files
committed
fix #75 link to real site
1 parent c56e753 commit 803cfbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2023/en/src/0xa9-improper-assets-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ An API has a "<ins>data flow blindspot</ins>" if:
4848
A social network implemented a rate-limiting mechanism that blocks attackers
4949
from using brute force to guess reset password tokens. This mechanism wasn't
5050
implemented as part of the API code itself but in a separate component between
51-
the client and the official API (www.socialnetwork.com). A researcher found a
52-
beta API host (www.mbasic.beta.socialnetwork.com) that runs the same API,
51+
the client and the official API (```api.socialnetwork.owasp.org```). A researcher found a
52+
beta API host (```beta.api.socialnetwork.owasp.org```) that runs the same API,
5353
including the reset password mechanism, but the rate-limiting mechanism was not
5454
in place. The researcher was able to reset the password of any user by using
5555
simple brute force to guess the 6 digit token.

0 commit comments

Comments
 (0)