mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-21 19:06:47 +02:00
fix: wrong yandex password filename
This commit is contained in:
@@ -86,7 +86,7 @@ func (c *YandexPassword) Parse(masterKey []byte) error {
|
||||
}
|
||||
defer os.Remove(item.TempYandexPassword)
|
||||
defer loginDB.Close()
|
||||
rows, err := loginDB.Query(queryChromiumLogin)
|
||||
rows, err := loginDB.Query(queryYandexLogin)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
@@ -106,6 +106,7 @@ func (c *YandexPassword) Parse(masterKey []byte) error {
|
||||
encryptPass: pwd,
|
||||
LoginUrl: url,
|
||||
}
|
||||
log.Debug(login)
|
||||
if len(pwd) > 0 {
|
||||
var err error
|
||||
if masterKey == nil {
|
||||
|
||||
Reference in New Issue
Block a user