mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #925] Improve password recovery #641
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#641
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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
@RealRedcodi commented on GitHub (Apr 25, 2021):
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"@BurntDog commented on GitHub (May 4, 2021):
The reason?
@gmiwoj commented on GitHub (May 16, 2021):
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:
get version with commands from here:
https://www.nirsoft.net/password_recovery_tools.html
that part where it says::
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
@RealRedcodi commented on GitHub (May 16, 2021):
Thanks for the help!
@DexterityLmao commented on GitHub (Jun 21, 2021):
They removed that feature sadly :(