[GH-ISSUE #925] Improve password recovery #641

Open
opened 2026-02-27 15:51:13 +03:00 by kerem · 6 comments
Owner

Originally created by @BurntDog on GitHub (Feb 11, 2021).
Original GitHub issue: https://github.com/quasar/Quasar/issues/925

Is your feature request related to a problem? Please describe.
If browser(s) are not installed in default location nothing is recovered

Describe the solution you'd like
Add a search option or automatic search ability

Additional context
To save space like I do, others may do the same and install non essential apps on secondary drive(s)
saving space on my main SSD/HDD So, browsers and other may not be in default location causing
password recovery to fail.

Originally created by @BurntDog on GitHub (Feb 11, 2021). Original GitHub issue: https://github.com/quasar/Quasar/issues/925 **Is your feature request related to a problem? Please describe.** If browser(s) are not installed in default location nothing is recovered **Describe the solution you'd like** Add a search option or automatic search ability **Additional context** To save space like I do, others may do the same and install non essential apps on secondary drive(s) saving space on my main SSD/HDD So, browsers and other may not be in default location causing password recovery to fail.
Author
Owner

@gmiwoj commented on GitHub (Mar 5, 2021):

"c:\nirsoft_tools\WebBrowserPassView.exe" /stab "c:\output\delicious_passwoooords_baby.csv"

you can do a lot with remote shell commands, nirsoft tools and some creativity

https://www.nirsoft.net/utils/web_browser_password.html

<!-- gh-comment-id:791606083 --> @gmiwoj commented on GitHub (Mar 5, 2021): `"c:\nirsoft_tools\WebBrowserPassView.exe" /stab "c:\output\delicious_passwoooords_baby.csv"` you can do a lot with remote shell commands, nirsoft tools and some creativity [https://www.nirsoft.net/utils/web_browser_password.html](https://www.nirsoft.net/utils/web_browser_password.html)
Author
Owner

@RealRedcodi commented on GitHub (Apr 25, 2021):

"c:\nirsoft_tools\WebBrowserPassView.exe" /stab "c:\output\delicious_passwoooords_baby.csv"

you can do a lot with remote shell commands, nirsoft tools and some creativity

https://www.nirsoft.net/utils/web_browser_password.html

That does not work for me. Am I doing something wrong? It just opens the program. "C:\Users\<username>\Downloads\Test\WebBrowserPassView.exe" /stab "C:\Users\<username>\Downloads\Test\Done.csv"

<!-- gh-comment-id:826388067 --> @RealRedcodi commented on GitHub (Apr 25, 2021): > `"c:\nirsoft_tools\WebBrowserPassView.exe" /stab "c:\output\delicious_passwoooords_baby.csv"` > > you can do a lot with remote shell commands, nirsoft tools and some creativity > > https://www.nirsoft.net/utils/web_browser_password.html That does not work for me. Am I doing something wrong? It just opens the program. `"C:\Users\<username>\Downloads\Test\WebBrowserPassView.exe" /stab "C:\Users\<username>\Downloads\Test\Done.csv"`
Author
Owner

@BurntDog commented on GitHub (May 4, 2021):

@BurntDog can i have your email ?

The reason?

<!-- gh-comment-id:831705676 --> @BurntDog commented on GitHub (May 4, 2021): > @BurntDog can i have your email ? The reason?
Author
Owner

@gmiwoj commented on GitHub (May 16, 2021):

That does not work for me. Am I doing something wrong? It just opens the program.

you're using wrong version of web_browser_password.exe
it's explained there on the website, but it's easy to miss that part on that endless wall of text.

there are 2 version of browser password tool:

  • one has command line support and can be used silently in the background, possibly for nefarious reasons. antivirus doesn't like that and marks it as potentially risky hacking tool.
  • that's why there's a second version that can only be used with visible window gui. problem solved, no sneakery peakery, so av doesn't mind.

get version with commands from here:
https://www.nirsoft.net/password_recovery_tools.html

that part where it says::

1.  Click this download link.
2.  Enter 'download' as the user name, and 'nirsoft123!' as the password.
3.  After downloading the package, extract the files from it using the following password: nirsoft123! 

remember to disable antivirus before using password tool, or add it exceptions, or av will hunt it down instantly.

and done. now that command will work:
"C:\Users\<username>\Downloads\Test\WebBrowserPassView.exe" /stab "C:\Users\<username>\Downloads\Test\Done.csv"

pass tool will run without showing anything on the screen and will output results to csv

<!-- gh-comment-id:841745240 --> @gmiwoj commented on GitHub (May 16, 2021): > That does not work for me. Am I doing something wrong? It just opens the program. **you're using wrong version of web_browser_password.exe** it's explained there on the website, but it's easy to miss that part on that endless wall of text. there are 2 version of browser password tool: - one has command line support and can be used silently in the background, possibly for nefarious reasons. antivirus doesn't like that and marks it as potentially risky hacking tool. - that's why there's a second version that can only be used with visible window gui. problem solved, no sneakery peakery, so av doesn't mind. get version with commands from here: [https://www.nirsoft.net/password_recovery_tools.html](https://www.nirsoft.net/password_recovery_tools.html) that part where it says:: ``` 1. Click this download link. 2. Enter 'download' as the user name, and 'nirsoft123!' as the password. 3. After downloading the package, extract the files from it using the following password: nirsoft123! ``` remember to disable antivirus before using password tool, or add it exceptions, or av will hunt it down instantly. and done. now that command will work: `"C:\Users\<username>\Downloads\Test\WebBrowserPassView.exe" /stab "C:\Users\<username>\Downloads\Test\Done.csv"` pass tool will run without showing anything on the screen and will output results to csv
Author
Owner

@RealRedcodi commented on GitHub (May 16, 2021):

That does not work for me. Am I doing something wrong? It just opens the program.

you're using wrong version of web_browser_password.exe
it's explained on thes website, but it's easy to miss that on that huge wall of text.

there are 2 version of browser password tool:

  • one has command line support and can be used silently in the background, possibly for nefarious reasons. antivirus doesn't like that and marks it as potentially risky hacking tool.
  • that's why there's a second version that can only be used with visible window gui. problem sold, no sneakery peakery, so av doesn't mind.

get version with commands from here:
https://www.nirsoft.net/password_recovery_tools.html

that part where it says::

1.  Click this download link.
2.  Enter 'download' as the user name, and 'nirsoft123!' as the password.
3.  After downloading the package, extract the files from it using the following password: nirsoft123! 

remember to disable antivirus before using password tool, or add it exceptions, or av will hunt it down instantly.

and done. now that command will work:
"C:\Users\<username>\Downloads\Test\WebBrowserPassView.exe" /stab "C:\Users\<username>\Downloads\Test\Done.csv"

pass tool will run without showing anything on the screen and will output results to csv

Thanks for the help!

<!-- gh-comment-id:841749008 --> @RealRedcodi commented on GitHub (May 16, 2021): > > That does not work for me. Am I doing something wrong? It just opens the program. > > **you're using wrong version of web_browser_password.exe** > it's explained on thes website, but it's easy to miss that on that huge wall of text. > > there are 2 version of browser password tool: > > * one has command line support and can be used silently in the background, possibly for nefarious reasons. antivirus doesn't like that and marks it as potentially risky hacking tool. > * that's why there's a second version that can only be used with visible window gui. problem sold, no sneakery peakery, so av doesn't mind. > > get version with commands from here: > https://www.nirsoft.net/password_recovery_tools.html > > that part where it says:: > > ``` > 1. Click this download link. > 2. Enter 'download' as the user name, and 'nirsoft123!' as the password. > 3. After downloading the package, extract the files from it using the following password: nirsoft123! > ``` > > remember to disable antivirus before using password tool, or add it exceptions, or av will hunt it down instantly. > > and done. now that command will work: > `"C:\Users\<username>\Downloads\Test\WebBrowserPassView.exe" /stab "C:\Users\<username>\Downloads\Test\Done.csv"` > > pass tool will run without showing anything on the screen and will output results to csv Thanks for the help!
Author
Owner

@DexterityLmao commented on GitHub (Jun 21, 2021):

"c:\nirsoft_tools\WebBrowserPassView.exe" /stab "c:\output\delicious_passwoooords_baby.csv"

you can do a lot with remote shell commands, nirsoft tools and some creativity

https://www.nirsoft.net/utils/web_browser_password.html

They removed that feature sadly :(

<!-- gh-comment-id:865038603 --> @DexterityLmao commented on GitHub (Jun 21, 2021): > `"c:\nirsoft_tools\WebBrowserPassView.exe" /stab "c:\output\delicious_passwoooords_baby.csv"` > > you can do a lot with remote shell commands, nirsoft tools and some creativity > > https://www.nirsoft.net/utils/web_browser_password.html They removed that feature sadly :(
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#641
No description provided.