dissect.target 3.19.dev10__py3-none-any.whl → 3.19.dev11__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- dissect/target/plugins/apps/browser/chrome.py +1 -0
- dissect/target/plugins/apps/browser/chromium.py +6 -5
- dissect/target/plugins/apps/browser/edge.py +1 -0
- {dissect.target-3.19.dev10.dist-info → dissect.target-3.19.dev11.dist-info}/METADATA +1 -1
- {dissect.target-3.19.dev10.dist-info → dissect.target-3.19.dev11.dist-info}/RECORD +10 -10
- {dissect.target-3.19.dev10.dist-info → dissect.target-3.19.dev11.dist-info}/WHEEL +1 -1
- {dissect.target-3.19.dev10.dist-info → dissect.target-3.19.dev11.dist-info}/COPYRIGHT +0 -0
- {dissect.target-3.19.dev10.dist-info → dissect.target-3.19.dev11.dist-info}/LICENSE +0 -0
- {dissect.target-3.19.dev10.dist-info → dissect.target-3.19.dev11.dist-info}/entry_points.txt +0 -0
- {dissect.target-3.19.dev10.dist-info → dissect.target-3.19.dev11.dist-info}/top_level.txt +0 -0
@@ -25,6 +25,7 @@ class ChromePlugin(ChromiumMixin, BrowserPlugin):
|
|
25
25
|
DIRS = [
|
26
26
|
# Windows
|
27
27
|
"AppData/Local/Google/Chrome/User Data/Default",
|
28
|
+
"AppData/Local/Google/Chrome/User Data/Snapshots/*/Default",
|
28
29
|
"AppData/Local/Google/Chrome/continuousUpdates/User Data/Default",
|
29
30
|
"Local Settings/Application Data/Google/Chrome/User Data/Default",
|
30
31
|
# Linux
|
@@ -79,11 +79,12 @@ class ChromiumMixin:
|
|
79
79
|
users_dirs: list[tuple] = []
|
80
80
|
for user_details in self.target.user_details.all_with_home():
|
81
81
|
for d in hist_paths:
|
82
|
-
|
83
|
-
cur_dir
|
84
|
-
|
85
|
-
|
86
|
-
|
82
|
+
home_dir: TargetPath = user_details.home_path
|
83
|
+
for cur_dir in home_dir.glob(d):
|
84
|
+
cur_dir = cur_dir.resolve()
|
85
|
+
if not cur_dir.exists() or (user_details.user, cur_dir) in users_dirs:
|
86
|
+
continue
|
87
|
+
users_dirs.append((user_details, cur_dir))
|
87
88
|
return users_dirs
|
88
89
|
|
89
90
|
def _iter_db(
|
@@ -28,6 +28,7 @@ class EdgePlugin(ChromiumMixin, BrowserPlugin):
|
|
28
28
|
".var/app/com.microsoft.Edge/config/microsoft-edge/Default",
|
29
29
|
# Windows
|
30
30
|
"AppData/Local/Microsoft/Edge/User Data/Default",
|
31
|
+
"AppData/Local/Microsoft/Edge/User Data/Snapshots/*/Default",
|
31
32
|
# Macos
|
32
33
|
"Library/Application Support/Microsoft Edge/Default",
|
33
34
|
]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dissect.target
|
3
|
-
Version: 3.19.
|
3
|
+
Version: 3.19.dev11
|
4
4
|
Summary: This module ties all other Dissect modules together, it provides a programming API and command line tools which allow easy access to various data sources inside disk images or file collections (a.k.a. targets)
|
5
5
|
Author-email: Dissect Team <dissect@fox-it.com>
|
6
6
|
License: Affero General Public License v3
|
@@ -121,9 +121,9 @@ dissect/target/plugins/apps/av/trendmicro.py,sha256=8F4IWYCXG7HEniGridQ4ax82Mrx_
|
|
121
121
|
dissect/target/plugins/apps/browser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
122
122
|
dissect/target/plugins/apps/browser/brave.py,sha256=EW1ubL10swHeV9CscfpE-SrNZozul_Ewj48LNRaG5Kg,2865
|
123
123
|
dissect/target/plugins/apps/browser/browser.py,sha256=rBIwcgdl73gm-8APwx2jEUAYXRniXkqcdMr2UYj_tS8,4118
|
124
|
-
dissect/target/plugins/apps/browser/chrome.py,sha256=
|
125
|
-
dissect/target/plugins/apps/browser/chromium.py,sha256=
|
126
|
-
dissect/target/plugins/apps/browser/edge.py,sha256=
|
124
|
+
dissect/target/plugins/apps/browser/chrome.py,sha256=DMONTYE95sI_jcmyQOapHwWQWwrezfYMllVCCPwhEP0,3117
|
125
|
+
dissect/target/plugins/apps/browser/chromium.py,sha256=QOeWSSXFM1IbUh3PMUB14oy6sqAS_v2B3xhthAMM_8k,28058
|
126
|
+
dissect/target/plugins/apps/browser/edge.py,sha256=tuuIbm4s8nNstA6nIOEfU0LG0jt20a8gf3rve2SXtdM,2953
|
127
127
|
dissect/target/plugins/apps/browser/firefox.py,sha256=3Ucp85DXTDyCofW1_aEzjba_Pr0QyC4F5gX8NqY-uOg,30981
|
128
128
|
dissect/target/plugins/apps/browser/iexplore.py,sha256=g_xw0toaiyjevxO8g9XPCOqc-CXZp39FVquRhPFGdTE,8801
|
129
129
|
dissect/target/plugins/apps/container/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -345,10 +345,10 @@ dissect/target/volumes/luks.py,sha256=OmCMsw6rCUXG1_plnLVLTpsvE1n_6WtoRUGQbpmu1z
|
|
345
345
|
dissect/target/volumes/lvm.py,sha256=wwQVR9I3G9YzmY6UxFsH2Y4MXGBcKL9aayWGCDTiWMU,2269
|
346
346
|
dissect/target/volumes/md.py,sha256=j1K1iKmspl0C_OJFc7-Q1BMWN2OCC5EVANIgVlJ_fIE,1673
|
347
347
|
dissect/target/volumes/vmfs.py,sha256=-LoUbn9WNwTtLi_4K34uV_-wDw2W5hgaqxZNj4UmqAQ,1730
|
348
|
-
dissect.target-3.19.
|
349
|
-
dissect.target-3.19.
|
350
|
-
dissect.target-3.19.
|
351
|
-
dissect.target-3.19.
|
352
|
-
dissect.target-3.19.
|
353
|
-
dissect.target-3.19.
|
354
|
-
dissect.target-3.19.
|
348
|
+
dissect.target-3.19.dev11.dist-info/COPYRIGHT,sha256=m-9ih2RVhMiXHI2bf_oNSSgHgkeIvaYRVfKTwFbnJPA,301
|
349
|
+
dissect.target-3.19.dev11.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
|
350
|
+
dissect.target-3.19.dev11.dist-info/METADATA,sha256=K__-QEn5j-2bVryeNdtzhb6et_uhqklZ7KSWkBT33pM,12719
|
351
|
+
dissect.target-3.19.dev11.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
352
|
+
dissect.target-3.19.dev11.dist-info/entry_points.txt,sha256=tvFPa-Ap-gakjaPwRc6Fl6mxHzxEZ_arAVU-IUYeo_s,447
|
353
|
+
dissect.target-3.19.dev11.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
|
354
|
+
dissect.target-3.19.dev11.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{dissect.target-3.19.dev10.dist-info → dissect.target-3.19.dev11.dist-info}/entry_points.txt
RENAMED
File without changes
|
File without changes
|