Skip to content

Commit 665f8b3

Browse files
authored
Create OTP Bypass
1 parent bc38890 commit 665f8b3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Authentication_Bypass/OTP Bypass

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
OTP Bypass on Register account via Response manipulation
2+
3+
Steps:-
4+
1.Register account with mobile number and request for OTP.
5+
2.Enter incorrect OTP and capture the request in Burpsuite.
6+
3.Do intercept response to this request and forward the request.
7+
4.response will be
8+
9+
{"verificationStatus":false,"mobile":9072346577","profileId":"84673832"}
10+
11+
5.Change this response to
12+
13+
{"verificationStatus":true,"mobile":9072346577","profileId":"84673832"}
14+
15+
6.And forward the response.
16+
7.You will be logged in to the account.
17+
18+
19+
Impact: Account Takeover

0 commit comments

Comments
 (0)