mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
Support credit cards for chrome (#52)
This commit is contained in:
+9
-4
@@ -41,10 +41,11 @@ type Browser interface {
|
||||
}
|
||||
|
||||
const (
|
||||
cookie = "cookie"
|
||||
history = "history"
|
||||
bookmark = "bookmark"
|
||||
password = "password"
|
||||
cookie = "cookie"
|
||||
history = "history"
|
||||
bookmark = "bookmark"
|
||||
password = "password"
|
||||
creditcard = "creditcard"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -75,6 +76,10 @@ var (
|
||||
mainFile: data.ChromePasswordFile,
|
||||
newItem: data.NewCPasswords,
|
||||
},
|
||||
creditcard: {
|
||||
mainFile: data.ChromeCreditFile,
|
||||
newItem: data.NewCCards,
|
||||
},
|
||||
}
|
||||
firefoxItems = map[string]struct {
|
||||
mainFile string
|
||||
|
||||
Reference in New Issue
Block a user