This tool can be used to recover your lost/forgotten password of any Website, including popular Web sites, like Facebook, Yahoo, Google, and GMail, as long as the password is stored by your Web Browser. After retrieving your lost passwords, you can save them into text/html/csv/xml file, by using the 'Save Selected Items' option (Ctrl+S).

Note: Zip File Password: wbpv28821@

Using WebBrowserPassView

WebBrowserPassView doesn't require any installation process or additional DLL files. In order to start using it, simply run the executable file - WebBrowserPassView.exe After running it, the main window of WebBrowserPassView displays the list of all Web browser passwords found in your system. You can select one or more passwords and then copy the list to the clipboard (Ctrl+C) or export them into text/xml/html/csv file (Ctrl+S).

False Virus/Trojan Warning

WebBrowserPassView is a tool that retrieves secret passwords stored in your system, and thus your Antivirus may falsely detect this tool is infected with Trojan/Virus. Click here to read more about false alerts in Antivirus programs.

Command-Line Options

  • /LoadPasswordsIE <0 | 1> Specifies whether to load the passwords of Internet Explorer Web browser. 0 = No, 1 = Yes.
  • /LoadPasswordsFirefox <0 | 1> Specifies whether to load the passwords of Firefox Web browser. 0 = No, 1 = Yes.
  • /LoadPasswordsChrome <0 | 1> Specifies whether to load the passwords of Chrome Web browser. 0 = No, 1 = Yes.
  • /LoadPasswordsOpera <0 | 1> Specifies whether to load the passwords of Opera Web browser. 0 = No, 1 = Yes.
  • /LoadPasswordsSafari <0 | 1> Specifies whether to load the passwords of Safari Web browser. 0 = No, 1 = Yes.
  • /UseFirefoxProfileFolder <0 | 1> /FirefoxProfileFolder Specifies the profile folder of Firefox to load, for example: WebBrowserPassView.exe /UseFirefoxProfileFolder 1 /FirefoxProfileFolder "C:\Documents and Settings\admin\Application Data\Mozilla\Firefox\Profiles\7a2ttm2u.default"
  • /UseFirefoxInstallFolder <0 | 1> /FirefoxInstallFolder Specifies the installation folder of Firefox to use, for example: WebBrowserPassView.exe /UseFirefoxInstallFolder 1 /FirefoxInstallFolder "C:\Program Files\Mozilla Firefox"
  • /UseChromeProfileFolder <0 | 1> /ChromeProfileFolder Specifies the profile folder of Chrome Web browser to load.
  • /UseOperaPasswordFile <0 | 1> /OperaPasswordFile Specifies the master password of Opera, for example: WebBrowserPassView.exe /UseOperaPasswordFile 1 /OperaPasswordFile "Thgr55f6"
  • /stext Save the passwords list into a regular text file.
  • /stab Save the passwords list into a tab-delimited text file.
  • /scomma Save the passwords list into a comma-delimited text file (csv).
  • /stabular Save the passwords list into a tabular text file.
  • /shtml Save the passwords list into HTML file (Horizontal).
  • /sverhtml Save the passwords list into HTML file (Vertical).
  • /sxml Save the passwords list into XML file.
  • /skeepass Save the passwords list into csv file that can be imported into KeePass Password Manager.
  • /sort This command-line option can be used with other save options for sorting by the desired column. If you don't specify this option, the list is sorted according to the last sort that you made from the user interface. The parameter can specify the column index (0 for the first column, 1 for the second column, and so on) or the name of the column, like "URL" and "Web Browser". You can specify the '~' prefix character (e.g: "~Web Browser") if you want to sort in descending order. You can put multiple /sort in the command-line if you want to sort by multiple columns. Examples: WebBrowserPassView.exe /shtml "f:\temp\passwords.html" /sort 2 /sort ~1 WebBrowserPassView.exe /shtml "f:\temp\passwords.html" /sort "Web Browser" /sort "URL"
  • /nosort When you specify this command-line option, the list will be saved without any sorting.

What's new:

  • Added new file format to export the passwords: Chrome CSV File. It's the same file format that Chrome Web browser exports the passwords from chrome://settings/passwords
  • Add new command-line options: /LoadPasswordsIE, /LoadPasswordsFirefox, /LoadPasswordsChrome, /LoadPasswordsOpera, and more...