dissect.target 3.20.dev53__py3-none-any.whl → 3.20.dev55__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- dissect/target/exceptions.py +3 -3
- dissect/target/plugins/os/windows/syscache.py +2 -1
- {dissect.target-3.20.dev53.dist-info → dissect.target-3.20.dev55.dist-info}/METADATA +1 -1
- {dissect.target-3.20.dev53.dist-info → dissect.target-3.20.dev55.dist-info}/RECORD +9 -9
- {dissect.target-3.20.dev53.dist-info → dissect.target-3.20.dev55.dist-info}/COPYRIGHT +0 -0
- {dissect.target-3.20.dev53.dist-info → dissect.target-3.20.dev55.dist-info}/LICENSE +0 -0
- {dissect.target-3.20.dev53.dist-info → dissect.target-3.20.dev55.dist-info}/WHEEL +0 -0
- {dissect.target-3.20.dev53.dist-info → dissect.target-3.20.dev55.dist-info}/entry_points.txt +0 -0
- {dissect.target-3.20.dev53.dist-info → dissect.target-3.20.dev55.dist-info}/top_level.txt +0 -0
dissect/target/exceptions.py
CHANGED
@@ -73,15 +73,15 @@ class PluginNotFoundError(PluginError):
|
|
73
73
|
"""Plugin cannot be found."""
|
74
74
|
|
75
75
|
|
76
|
-
class FileNotFoundError(FilesystemError):
|
76
|
+
class FileNotFoundError(FilesystemError, FileNotFoundError):
|
77
77
|
"""The requested path could not be found."""
|
78
78
|
|
79
79
|
|
80
|
-
class IsADirectoryError(FilesystemError):
|
80
|
+
class IsADirectoryError(FilesystemError, IsADirectoryError):
|
81
81
|
"""The entry is a directory."""
|
82
82
|
|
83
83
|
|
84
|
-
class NotADirectoryError(FilesystemError):
|
84
|
+
class NotADirectoryError(FilesystemError, NotADirectoryError):
|
85
85
|
"""The entry is not a directory."""
|
86
86
|
|
87
87
|
|
@@ -77,7 +77,8 @@ class SyscachePlugin(Plugin):
|
|
77
77
|
full_path = None
|
78
78
|
if mft:
|
79
79
|
try:
|
80
|
-
|
80
|
+
if path := mft(file_segment).full_path():
|
81
|
+
full_path = self.target.fs.path("\\".join(["sysvol", path]))
|
81
82
|
except ntfs.Error:
|
82
83
|
pass
|
83
84
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dissect.target
|
3
|
-
Version: 3.20.
|
3
|
+
Version: 3.20.dev55
|
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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
dissect/target/__init__.py,sha256=Oc7ounTgq2hE4nR6YcNabetc7SQA40ldSa35VEdZcQU,63
|
2
2
|
dissect/target/container.py,sha256=Nd3lolK83UN8LB-7JMcfT7BSvAK6ZSs2vlEcXeW40Ic,9351
|
3
|
-
dissect/target/exceptions.py,sha256=
|
3
|
+
dissect/target/exceptions.py,sha256=NvIaFjQBKCAuaSOqNbMUh90gu2hOhGlU31yrP7IrAnA,3063
|
4
4
|
dissect/target/filesystem.py,sha256=_dtBo4RI0VZpngm62rrSWcM9sHwNH-tclz9jByrCRWU,60739
|
5
5
|
dissect/target/loader.py,sha256=ZlCI7ZyPpysuSKndOiRz_rrGb30_jLMdFD6qObY0Vzg,7374
|
6
6
|
dissect/target/plugin.py,sha256=3VeKrJuZ35HsTpHqSFxhYIxrA704HStSrvcDwUh0674,50680
|
@@ -296,7 +296,7 @@ dissect/target/plugins/os/windows/registry.py,sha256=f6ka__6KXvdqRMRRJzlCAYaIpTZ
|
|
296
296
|
dissect/target/plugins/os/windows/services.py,sha256=Q3_ZNYvWBXHVsNYwNAaiV93oHI0j0PJ9f1a2MJbR93E,6131
|
297
297
|
dissect/target/plugins/os/windows/sru.py,sha256=sOM7CyMkW8XIXzI75GL69WoqUrSK2X99TFIfdQR2D64,17767
|
298
298
|
dissect/target/plugins/os/windows/startupinfo.py,sha256=LarIAfB-sB6rzmh1rzxhiGWqy3VupKMpWLUpN1azB2I,3574
|
299
|
-
dissect/target/plugins/os/windows/syscache.py,sha256=
|
299
|
+
dissect/target/plugins/os/windows/syscache.py,sha256=SXJxwyC34WPUpo0zGqbthdLPSPCsjfifsF4KscGvruw,3542
|
300
300
|
dissect/target/plugins/os/windows/tasks.py,sha256=Bpy3tosncnFuGRqomEtB1jwJCVehZq4suhUznjtq4wo,5718
|
301
301
|
dissect/target/plugins/os/windows/thumbcache.py,sha256=jAceapDdP9bNLGZchJ1l1okm7_7xiYHRbI2hVGAzMPk,4249
|
302
302
|
dissect/target/plugins/os/windows/ual.py,sha256=S43ltndKKrs2SqeDLgZv4dzdqtJD8c3Y0Z8FK-Y9IOA,10076
|
@@ -378,10 +378,10 @@ dissect/target/volumes/luks.py,sha256=OmCMsw6rCUXG1_plnLVLTpsvE1n_6WtoRUGQbpmu1z
|
|
378
378
|
dissect/target/volumes/lvm.py,sha256=wwQVR9I3G9YzmY6UxFsH2Y4MXGBcKL9aayWGCDTiWMU,2269
|
379
379
|
dissect/target/volumes/md.py,sha256=7ShPtusuLGaIv27SvEETtgsuoQyAa4iAAeOR1NEaajI,1689
|
380
380
|
dissect/target/volumes/vmfs.py,sha256=-LoUbn9WNwTtLi_4K34uV_-wDw2W5hgaqxZNj4UmqAQ,1730
|
381
|
-
dissect.target-3.20.
|
382
|
-
dissect.target-3.20.
|
383
|
-
dissect.target-3.20.
|
384
|
-
dissect.target-3.20.
|
385
|
-
dissect.target-3.20.
|
386
|
-
dissect.target-3.20.
|
387
|
-
dissect.target-3.20.
|
381
|
+
dissect.target-3.20.dev55.dist-info/COPYRIGHT,sha256=m-9ih2RVhMiXHI2bf_oNSSgHgkeIvaYRVfKTwFbnJPA,301
|
382
|
+
dissect.target-3.20.dev55.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
|
383
|
+
dissect.target-3.20.dev55.dist-info/METADATA,sha256=XXOoKVpCLQtujOefyVUrDiAmBGtT4xK0xWacC7hmISA,12897
|
384
|
+
dissect.target-3.20.dev55.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
385
|
+
dissect.target-3.20.dev55.dist-info/entry_points.txt,sha256=BWuxAb_6AvUAQpIQOQU0IMTlaF6TDht2AIZK8bHd-zE,492
|
386
|
+
dissect.target-3.20.dev55.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
|
387
|
+
dissect.target-3.20.dev55.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
{dissect.target-3.20.dev53.dist-info → dissect.target-3.20.dev55.dist-info}/entry_points.txt
RENAMED
File without changes
|
File without changes
|