Latest Innovative Updates
Feed on
Posts
Comments

Yeah most of the user asking me about hacking for beginner the simple hacking technique.

DONT TRY THIS TRICK ON BROWSING CENTER(CAFE)

firefox-vulnerable

Whenever i login my gmail or wordpress it asking remember or save or never show, i get bore with this, after that i searched lot for that finally i found one good thing for auto save all password without showing confirmation!!

firefox password reminderFirst, I searched some of the important keywords such as “Never for This Site” and “Not Now” on all the files and found that this function is controlled by a few javascript .js files. Then I was more confident in getting this to work since I didn’t have to go through the trouble of downloading the Firefox source code, modify and compile it.

When you submit a form with username and password, it will process the function:

1. _onFormSubmit() in nsLoginManager.js
2. promptToSavePassword in nsLoginManagerPrompter.js
3. _showSaveLoginNotification in nsLoginManagerPrompter.js
4. addLogin in nsLoginManager.js

1. Close Firefox

2. Edit nsLoginManagerPrompter.js with notepad which is normally located in C:Program FilesMozilla Firefoxcomponents

3. Replace the entire line 642 to 711 with the code below:

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

password autosave firefox

Now whenever you login to any website, Firefox will auto save the site, username and password to the login manager WITHOUT showing the notification bar. You can access the saved password area by going to Tools > Options > Security and click the Saved Passwords button. There is one possible bug which is even when a user entered the wrong username or password, it will still be saved.

[Please Give Me Your Comment About This Simple Hacking Trick]

Related Posts

Copy Protected by Chetan's WP-CopyProtect.