id33b1: Internet Marketing Tips

vineri, 28 septembrie 2012

Internet Marketing Tips

Internet Marketing Tips

Link to Internet Marketing Tips

How to Copy Saved Passwords’ in Filezilla

Posted: 27 Sep 2012 10:36 PM PDT

Yesterday I shared How to Copy Saved Passwords' in Firefox but didn’t know it was an option in Firefox already. Thanks to Abhik of ItsAbhik.com for pointing that out.

Today I will share yet another such trick that reveals FTP password stored in Filezilla. The password field in Filezilla is all asterisks, which you cannot copy (I have tested right click and there is no option to copy the password icon biggrin How to Copy Saved Passwords in Filezilla ). So let me share a simple trick that I use to reveal the saved password. Feel free to share if you know something simpler.

Right Click the Site in the site manager and select the Export Option.

filezilla password How to Copy Saved Passwords in Filezilla

Export Stored Site Details In Filezilla

It will create an XML file for the site with username and password like

<User>SavedUsername</User>  <Pass>YourSavedPassword</Pass>

Now we have the password we needed.

If you want to recover a Quick Connect Manager password, it’s a bit tricky. You have to get hold of the hidden file recentservers.xml file under the hidden Filezilla user folder for your OS. The trick to find the recentservers.xml file as well as other hidden Filezilla files for your OS is detailed here by Dan of AlmostGeek.com. Your Quick Connect Manager Password is stored in plain text format in the recentservers.xml file.

Filezilla never stores passwords in encrypted format and so they are available in plain text format for you to grab. There are pros and cons of it but that is beyond the scope of this discussion.


How to Copy Saved Passwords’ in FireFox

Posted: 27 Sep 2012 07:45 AM PDT

Unlike Google Chrome, Passwords Saved in Firefox cannot be copied from the Saved Password Window. So you have to type them manually by looking at the password which can be tough for auto-generated random strings. I always use Firebug to copy those weird passwords but now Firefox has most of those Firebug option built in. So let me share this little secret on how you can copy passwords saved in Firefox.

1. Once the password in the password box is shown as all asterisks, right-click the password field and select "Inspect Element." option.

2. Now Click the Markup Panel Icon to view the HTML.

copy ff password How to Copy Saved Passwords in FireFox

3. Change the type=”password” to type=”text”.

It will convert your password field into normal text field. This will not only show you the password but also allow you to copy the password. Select the content of the field and right click to see the Copy Option now Enabled.

Refresh the page and things will be back to normal.

Note: If you are doing in front of somebody, they may be able to read your passwords when the field is converted to text field.


Niciun comentariu:

Trimiteți un comentariu