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
@@ -113,7 +113,7 @@ func (f *FirefoxHistory) Extract(_ []byte) error {
|
||||
visitCount int
|
||||
)
|
||||
if err = rows.Scan(&id, &url, &visitDate, &title, &visitCount); err != nil {
|
||||
log.Errorf("scan firefox history error: %v", err)
|
||||
log.Debugf("scan firefox history error: %v", err)
|
||||
}
|
||||
*f = append(*f, history{
|
||||
Title: title,
|
||||
|
||||
Reference in New Issue
Block a user