mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-21 19:06:47 +02:00
feat: improve extension parsing (#235)
* feat: improve extension parsing * refactor: Refactor extension parsing and update file names. - Refactor extension parsing function for clarity and DRYness - Update name of a file to "Secure Preferences" - Add TODO comment for future work on extension files and folders - Remove unnecessary file write operation and import statement --------- Co-authored-by: moonD4rk <moond4rk13@gmail.com>
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ const (
|
||||
fileChromiumBookmark = "Bookmarks"
|
||||
fileChromiumLocalStorage = "Local Storage/leveldb"
|
||||
fileChromiumSessionStorage = "Session Storage"
|
||||
fileChromiumExtension = "Extensions"
|
||||
fileChromiumExtension = "Secure Preferences" // TODO: add more extension files and folders, eg: Preferences
|
||||
|
||||
fileYandexPassword = "Ya Passman Data"
|
||||
fileYandexCredit = "Ya Credit Cards"
|
||||
|
||||
Reference in New Issue
Block a user