How to view the asterisk password saved in IE8 browser_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:25:18
Original
4094 people have browsed it

Today my classmate asked me how to read the asterisk password saved in IE browser.
He said that his campus network login account and password were saved in the IE browser, and later he forgot the password.

I have always used Google Chrome. I can directly right-click the password field, inspect the element, and change password to text to display the password.

Is the IE browser an F12 review element? How can I see the asterisk password?


Reply to the discussion (solution)

IE8 or above , F12 can inspect elements, but below IE8, it seems not possible.
After finding the password element, follow the method you said and change password to text to see if it works.

F12 can inspect the element if IE8 and above, but it seems not possible if it is below IE8.
After finding the password element, follow the method you said and change password to text to see if it works.
Even after changing it, it still doesn’t work.

This cannot be seen

In the browser address bar
enter javascript:alert(1)
Can it run?
If you can, the rest will be no problem. You can always write a js code to retrieve input.password and change the type to text

This is not visible, but Google can.

In the browser address bar
enter javascript:alert(1)
Can it run?
If you can, the rest will be no problem. You can always write a js code to retrieve input.password and replace the type with text. The key is to replace password with text in IE, and the display will still be ****.


In the browser address bar
enter javascript:alert(1)
Can it run?
If you can, the rest will be no problem. You can always write a js code to retrieve input.password and replace the type with text. The key is to replace password with text in IE, and the display will still be ****.
You can’t view the value directly



In the browser address bar
enter javascript:alert(1)
Can it run?
If you can, the rest will be no problem. You can always write a js code to retrieve input.password and replace the type with text. The key is to replace password with text in IE, and the display will still be ****.
You can’t view the value directly



In the browser address bar
enter javascript:alert(1)
Can it run?
If you can, the rest will be no problem. You can always write a js code to retrieve input.password and replace the type with text. The key is to replace password with text in IE, and the display will still be ****.
You can’t directly check the value ok Thank you. . . It really can.

Can you provide the complete script? It’s a very practical method

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template