mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-08-28 00:40:25 +02:00
feat: rename item temp filename
This commit is contained in:
@@ -24,3 +24,28 @@ const (
|
||||
UnknownItem = "unknown item"
|
||||
UnsupportedItem = "unsupported item"
|
||||
)
|
||||
|
||||
const (
|
||||
TempChromiumKey = "chromiumKey"
|
||||
TempChromiumPassword = "password"
|
||||
TempChromiumCookie = "cookie"
|
||||
TempChromiumBookmark = "bookmark"
|
||||
TempChromiumHistory = "history"
|
||||
TempChromiumDownload = "download"
|
||||
TempChromiumCreditCard = "creditCard"
|
||||
TempChromiumLocalStorage = "localStorage"
|
||||
TempChromiumExtension = "extension"
|
||||
|
||||
TempYandexPassword = "yandexPassword"
|
||||
TempYandexCreditCard = "yandexCreditCard"
|
||||
|
||||
TempFirefoxKey4 = "firefoxKey4"
|
||||
TempFirefoxPassword = "firefoxPassword"
|
||||
TempFirefoxCookie = "firefoxCookie"
|
||||
TempFirefoxBookmark = "firefoxBookmark"
|
||||
TempFirefoxHistory = "firefoxHistory"
|
||||
TempFirefoxDownload = "firefoxDownload"
|
||||
TempFirefoxCreditCard = ""
|
||||
TempFirefoxLocalStorage = ""
|
||||
TempFirefoxExtension = ""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user