dissect.target 3.20.dev61__py3-none-any.whl → 3.20.dev63__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dissect/target/plugins/os/unix/linux/fortios/_os.py +8 -1
- {dissect.target-3.20.dev61.dist-info → dissect.target-3.20.dev63.dist-info}/METADATA +2 -2
- {dissect.target-3.20.dev61.dist-info → dissect.target-3.20.dev63.dist-info}/RECORD +8 -8
- {dissect.target-3.20.dev61.dist-info → dissect.target-3.20.dev63.dist-info}/COPYRIGHT +0 -0
- {dissect.target-3.20.dev61.dist-info → dissect.target-3.20.dev63.dist-info}/LICENSE +0 -0
- {dissect.target-3.20.dev61.dist-info → dissect.target-3.20.dev63.dist-info}/WHEEL +0 -0
- {dissect.target-3.20.dev61.dist-info → dissect.target-3.20.dev63.dist-info}/entry_points.txt +0 -0
- {dissect.target-3.20.dev61.dist-info → dissect.target-3.20.dev63.dist-info}/top_level.txt +0 -0
@@ -248,10 +248,16 @@ class FortiOSPlugin(LinuxPlugin):
|
|
248
248
|
self.target.log.warning("Exception while parsing FortiManager admin users")
|
249
249
|
self.target.log.debug("", exc_info=e)
|
250
250
|
|
251
|
-
if self._config.get("root-config"):
|
251
|
+
if self._config.get("root-config", {}).get("user", {}).get("local"):
|
252
252
|
# Local users
|
253
253
|
try:
|
254
254
|
local_groups = local_groups_to_users(self._config["root-config"]["user"]["group"])
|
255
|
+
except KeyError as e:
|
256
|
+
self.target.log.warning("Unable to get local user groups in root config")
|
257
|
+
self.target.log.debug("", exc_info=e)
|
258
|
+
local_groups = {}
|
259
|
+
|
260
|
+
try:
|
255
261
|
for username, entry in self._config["root-config"]["user"].get("local", {}).items():
|
256
262
|
try:
|
257
263
|
password = decrypt_password(entry["passwd"][-1])
|
@@ -269,6 +275,7 @@ class FortiOSPlugin(LinuxPlugin):
|
|
269
275
|
self.target.log.warning("Exception while parsing FortiOS local users")
|
270
276
|
self.target.log.debug("", exc_info=e)
|
271
277
|
|
278
|
+
if self._config.get("root-config", {}).get("user", {}).get("group", {}).get("guestgroup"):
|
272
279
|
# Temporary guest users
|
273
280
|
try:
|
274
281
|
for _, entry in (
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dissect.target
|
3
|
-
Version: 3.20.
|
3
|
+
Version: 3.20.dev63
|
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
|
@@ -31,7 +31,7 @@ Requires-Dist: dissect.ntfs <4,>=3.4
|
|
31
31
|
Requires-Dist: dissect.regf <4,>=3.3
|
32
32
|
Requires-Dist: dissect.util <4,>=3
|
33
33
|
Requires-Dist: dissect.volume <4,>=2
|
34
|
-
Requires-Dist: flow.record ~=3.
|
34
|
+
Requires-Dist: flow.record ~=3.18.0
|
35
35
|
Requires-Dist: structlog
|
36
36
|
Provides-Extra: cb
|
37
37
|
Requires-Dist: dissect.target[full] ; extra == 'cb'
|
@@ -252,7 +252,7 @@ dissect/target/plugins/os/unix/linux/debian/vyos/__init__.py,sha256=47DEQpj8HBSa
|
|
252
252
|
dissect/target/plugins/os/unix/linux/debian/vyos/_os.py,sha256=TPjcfv1n68RCe3Er4aCVQwQDCZwJT-NLvje3kPjDfhk,1744
|
253
253
|
dissect/target/plugins/os/unix/linux/fortios/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
254
254
|
dissect/target/plugins/os/unix/linux/fortios/_keys.py,sha256=jDDHObfsUn9BGoIir9p4J_-rg9rI1rgoOfnL3R3lg4o,123358
|
255
|
-
dissect/target/plugins/os/unix/linux/fortios/_os.py,sha256=
|
255
|
+
dissect/target/plugins/os/unix/linux/fortios/_os.py,sha256=7ZIwWFEfYwE924IvGfuinv1mEP6Uh28pl8VHSmsGKmM,20152
|
256
256
|
dissect/target/plugins/os/unix/linux/fortios/generic.py,sha256=dc6YTDLV-VZq9k8IWmY_PE0sTGkkp3yamR-cYNUCtes,1265
|
257
257
|
dissect/target/plugins/os/unix/linux/fortios/locale.py,sha256=Pe7Bdj8UemCiktLeQnQ50TpY_skARAzRJA0ewAB4710,5243
|
258
258
|
dissect/target/plugins/os/unix/linux/redhat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -380,10 +380,10 @@ dissect/target/volumes/luks.py,sha256=OmCMsw6rCUXG1_plnLVLTpsvE1n_6WtoRUGQbpmu1z
|
|
380
380
|
dissect/target/volumes/lvm.py,sha256=wwQVR9I3G9YzmY6UxFsH2Y4MXGBcKL9aayWGCDTiWMU,2269
|
381
381
|
dissect/target/volumes/md.py,sha256=7ShPtusuLGaIv27SvEETtgsuoQyAa4iAAeOR1NEaajI,1689
|
382
382
|
dissect/target/volumes/vmfs.py,sha256=-LoUbn9WNwTtLi_4K34uV_-wDw2W5hgaqxZNj4UmqAQ,1730
|
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.
|
388
|
-
dissect.target-3.20.
|
389
|
-
dissect.target-3.20.
|
383
|
+
dissect.target-3.20.dev63.dist-info/COPYRIGHT,sha256=m-9ih2RVhMiXHI2bf_oNSSgHgkeIvaYRVfKTwFbnJPA,301
|
384
|
+
dissect.target-3.20.dev63.dist-info/LICENSE,sha256=DZak_2itbUtvHzD3E7GNUYSRK6jdOJ-GqncQ2weavLA,34523
|
385
|
+
dissect.target-3.20.dev63.dist-info/METADATA,sha256=WflVd4Gr-dcUaAuSuG8eGRWBhFnFWXSv6gBQcxqtSug,13025
|
386
|
+
dissect.target-3.20.dev63.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
387
|
+
dissect.target-3.20.dev63.dist-info/entry_points.txt,sha256=BWuxAb_6AvUAQpIQOQU0IMTlaF6TDht2AIZK8bHd-zE,492
|
388
|
+
dissect.target-3.20.dev63.dist-info/top_level.txt,sha256=Mn-CQzEYsAbkxrUI0TnplHuXnGVKzxpDw_po_sXpvv4,8
|
389
|
+
dissect.target-3.20.dev63.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
{dissect.target-3.20.dev61.dist-info → dissect.target-3.20.dev63.dist-info}/entry_points.txt
RENAMED
File without changes
|
File without changes
|