mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-21 19:06:47 +02:00
fix: Resolve decryption failures of password value in some browser (#452)
* fix: skip chromium-based browser 'def' dir * fix: fixed the issue that 360speed, QQ Browser and other Chinese browsers had errors in decrypting passwords and cookies * misc: modify some log level * fix: fix the wrong function --------- Co-authored-by: Aquilao <Aquilao@outlook>
This commit is contained in:
committed by
ᴍᴏᴏɴD4ʀᴋ
parent
0761fc39f2
commit
b66ca7b3d8
@@ -101,7 +101,7 @@ func (f *FirefoxDownload) Extract(_ []byte) error {
|
||||
|
||||
_, err = db.Exec(closeJournalMode)
|
||||
if err != nil {
|
||||
log.Errorf("close journal mode error: %v", err)
|
||||
log.Debugf("close journal mode error: %v", err)
|
||||
}
|
||||
rows, err := db.Query(queryFirefoxDownload)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user