Forgot password retrieval method

premise

  • When logging into a website, I suddenly forgot my password. I suddenly thought that the password was saved on another website before, but this password was displayed as an asterisk. How to retrieve the password?
  • Note: This method does not work in all cases. usually. Websites with better security cannot use this method.
  • Note: Please don't try, use this method to illegally obtain other people's passwords.

How to get back your password

  • The method, in fact, is to let the browser save the password (a period of asterisks) to display it.
  • step:
  • Open the login page where the password has been saved
  • On the browser, right click -> Inspect Element
  • Find the label corresponding to the password box
  • Change password to text
# 修改前
type="password"
# 修改后
type="text"
  • Enter, do not refresh the page. If the site is not restricted, it can generally be displayed.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324735551&siteId=291194637