mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
add qq browser
This commit is contained in:
@@ -14,15 +14,15 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
chromeDir = "/Users/*/Library/Application Support/Google/Chrome/*/"
|
||||
edgeDir = "/Users/*/Library/Application Support/Microsoft Edge/*/"
|
||||
mac360Secure = "/Users/*/Library/Application Support/360Chrome/*/"
|
||||
chromeDir = "/Users/*/Library/Application Support/Google/Chrome/*/"
|
||||
edgeDir = "/Users/*/Library/Application Support/Microsoft Edge/*/"
|
||||
//mac360Secure = "/Users/*/Library/Application Support/360Chrome/*/"
|
||||
)
|
||||
|
||||
const (
|
||||
Chrome = "Chrome"
|
||||
Edge = "Microsoft Edge"
|
||||
SecureBrowser = "Chromium"
|
||||
Chrome = "Chrome"
|
||||
Edge = "Microsoft Edge"
|
||||
//Secure360 = "360"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -80,7 +80,6 @@ func InitKey(key string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
func decryptChromeKey(chromePass []byte) {
|
||||
chromeKey = pbkdf2.Key(chromePass, chromeSalt, 1003, 16, sha1.New)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user