We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc38890 commit 665f8b3Copy full SHA for 665f8b3
Authentication_Bypass/OTP Bypass
@@ -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