Sinisterly
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">
to
Code:
<input type="text" name="password" size="20">
I haven't found a tool for chrome, that's why I would like to know if you know one or know how to write it.
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 Smile


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

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.

However, for chrome, right click => inspect element => edit HTML

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.

However, for chrome, right click => inspect element => edit HTML

and after it's been edited, how to save it to the original page?

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. Biggrin


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 Smile


RE: HTML-Input-password change to text - chipp - 11-05-2012

(11-03-2012, 03:38 PM)Faner Wrote:
(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.

However, for chrome, right click => inspect element => edit HTML

and after it's been edited, how to save it to the original page?

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. Biggrin
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...


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