mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-07-06 21:37:47 +02:00
add firefox output
This commit is contained in:
@@ -449,6 +449,11 @@ func DecodeKey4() {
|
|||||||
blockMode2 := cipher.NewCBCDecrypter(block, s2.Iv)
|
blockMode2 := cipher.NewCBCDecrypter(block, s2.Iv)
|
||||||
sq2 := make([]byte, len(s2.Encrypted))
|
sq2 := make([]byte, len(s2.Encrypted))
|
||||||
blockMode2.CryptBlocks(sq2, s2.Encrypted)
|
blockMode2.CryptBlocks(sq2, s2.Encrypted)
|
||||||
|
FullData.LoginDataSlice = append(FullData.LoginDataSlice, loginData{
|
||||||
|
LoginUrl: v.loginUrl,
|
||||||
|
UserName: string(sq),
|
||||||
|
Password: string(sq2),
|
||||||
|
})
|
||||||
log.Errorf("%s:%s:%s", v.loginUrl, string(sq), string(sq2))
|
log.Errorf("%s:%s:%s", v.loginUrl, string(sq), string(sq2))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user