feat: add chrome decrypt for linux

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-10 16:09:23 +08:00
parent 0a4dfb2cbb
commit f4294839f6
6 changed files with 295 additions and 45 deletions
+1
View File
@@ -69,6 +69,7 @@ func Execute() {
}
} else {
fileList := utils.GetDBPath(browserDir, utils.FirefoxLoginData, utils.FirefoxKey4DB, utils.FirefoxCookie, utils.FirefoxData)
log.Error("fileList", fileList)
for _, v := range fileList {
dst := filepath.Base(v)
err := utils.CopyDB(v, dst)