1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00
hacktricks/reset-password.md
2020-08-24 11:30:33 +00:00

766 B

Reset Password Bypass

Sometimes in order to reset a password you contact an api endpoint and send the email you want to reset the password, like in the following example:

The back-end may take the information present in the Host header and use it for the link where the token to reset the password is going to be sent.
For example, in this case if could send the reset password email to something@gmail.com and set the token link to https://bing.com/resetpasswd?token=12348rhfblrihvkurewfwu23

Example from https://medium.com/@abhishake100/password-reset-poisoning-to-ato-and-otp-bypass-1a3b0eba5491