![]() |
|
HTML-Input-password change to text - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: HTML-Input-password change to text (/Thread-HTML-Input-password-change-to-text) |
HTML-Input-password change to text - Phibedy - 11-01-2012 Hi, at the moment I am trying myself at a site to hack. Don't know if it's allowed to name it, but a mod already did it. I the rules it says, don't write links to other hacker-pages :nono: I am using google-chrome and would like to change every Code: <input type="password" name="password" size="20">Code: <input type="text" name="password" size="20">thx for help regards Edit-Solved: I was looking for something like that: https://addons.mozilla.org/en-US/firefox...-password/ best regards -> using firefox now
RE: HTML-Input-password change to text - 1llusion - 11-01-2012 If you are into hacking websites, use Firefox, trust me. It helps. However, for chrome, right click => inspect element => edit HTML RE: HTML-Input-password change to text - Phibedy - 11-03-2012 Found an extensions that changes it automaticly. What´s the difference between firebug and chrome-debugger? best regards RE: HTML-Input-password change to text - Mediocrity_mybb_import6293 - 11-03-2012 (11-03-2012, 12:04 AM)Phibedy Wrote: Found an extensions that changes it automaticly. What´s the difference between firebug and chrome-debugger? Firebug can search in all scripts loaded on a page. Chrome Dev Tools can only search in the currently selected script, RE: HTML-Input-password change to text - chipp - 11-03-2012 (11-01-2012, 02:51 PM)1llusion Wrote: If you are into hacking websites, use Firefox, trust me. It helps. and after it's been edited, how to save it to the original page? RE: HTML-Input-password change to text - Faner - 11-03-2012 (11-03-2012, 05:35 AM)chipp Wrote:(11-01-2012, 02:51 PM)1llusion Wrote: If you are into hacking websites, use Firefox, trust me. It helps. If I understand the topic correctly, it's not possible if u haven't got access to server files or ftp. If you could do that, you would be able to do to that website practically anything.
RE: HTML-Input-password change to text - Phibedy - 11-04-2012 I was looking for something like that: https://addons.mozilla.org/en-US/firefox/addon/show-my-password/ best regards -> using firefox now
RE: HTML-Input-password change to text - chipp - 11-05-2012 (11-03-2012, 03:38 PM)Faner Wrote:i saw option for edit html not in admin's privilege so i don't think what 1llusion mean is to get admin's privilege first...(11-03-2012, 05:35 AM)chipp Wrote:(11-01-2012, 02:51 PM)1llusion Wrote: If you are into hacking websites, use Firefox, trust me. It helps. RE: HTML-Input-password change to text - onit - 11-05-2012 I don't see why you would change the input type to text if you can't save your update on the server anf if you can save it why would you want to do this xD |