mirror of
https://github.com/moonD4rk/HackBrowserData
synced 2025-04-08 18:22:13 +00:00
feat: add firefox output
This commit is contained in:
parent
a258c3e65a
commit
2add34ae20
@ -449,6 +449,11 @@ func DecodeKey4() {
|
||||
blockMode2 := cipher.NewCBCDecrypter(block, s2.Iv)
|
||||
sq2 := make([]byte, len(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))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user