Skip to content

Commit 7db86a7

Browse files
authoredNov 25, 2020
Update OTP_Bypass_via_response_manipulation.md
1 parent 6840b01 commit 7db86a7

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
 

‎Authentication_Bypass/OTP_Bypass_via_response_manipulation.md

+36
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,41 @@
1818

1919
`Impact:` Account Takeover
2020

21+
---
22+
23+
## Steps:-
24+
- Go to login and wait for OTP pop up.
25+
- Enter incorrect OTP and capture the request in Burpsuite.
26+
- Do intercept response to this request and forward the request.
27+
- response will be
28+
29+
`error`
30+
31+
- Change this response to
32+
33+
`success`
34+
35+
- And forward the response.
36+
- You will be logged in to the account.
37+
38+
39+
`Impact:` Account Takeover
40+
41+
---
42+
## Steps:
43+
44+
```
45+
1.Register 2 accounts with any 2 mobile number(first enter right otp)
46+
2.Intercept your request
47+
3.click on action -> Do intercept -> intercept response to this request.
48+
4.check what the message will display like status:1
49+
5.Follow the same procedure with other account but this time enter wrong otp
50+
6.Intercept respone to the request
51+
7.See the message like you get status:0
52+
8.Change status to 1 i.e, status:1 and forward the request if you logged in means you just done authentication bypass.
53+
```
54+
2155
### Author:
2256
* [@akshaykerkar13](https://twitter.com/akshaykerkar13)
57+
* [@Yn0tWhy](https://twitter.com/Yn0tWhy)
58+
* [@Virdoex_hunter](https://twitter.com/Virdoex_hunter)

0 commit comments

Comments
 (0)
Please sign in to comment.