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?
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