Skip to content

Commit a00fc6d

Browse files
MiauwkeruSchamper
andauthored
Apply suggestions from code review
Co-authored-by: Erik Schamper <1254028+Schamper@users.noreply.github.com>
1 parent d624beb commit a00fc6d

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Or you can start by taking a look at some community articles and videos:
8080
:doc:`/resources/dissect-in-action` or
8181
:doc:`/resources/talks-and-conferences` to begin with.
8282

83-
Get in touch, join us on `Github <https://github.com/fox-it/dissect>`_!
83+
Get in touch, join us on `GitHub <https://github.com/fox-it/dissect>`_!
8484

8585

8686
.. toctree::

docs/source/supported-targets.rst

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ If needed, you can choose the loader yourself by using ``-L <loader type>`` opti
2121

2222
.. code-block:: bash
2323
24+
target-query -f func /path/to/target.ab
2425
target-query -f func -L ab /path/to/target
2526
target-query -f func ab:///path/to/target
26-
target-query -f func /path/to/target.ab
2727
2828
.. list-table:: Supported Loaders
2929
:header-rows: 1
@@ -53,12 +53,12 @@ If needed, you can choose the loader yourself by using ``-L <loader type>`` opti
5353
- Microsoft Hyper-V configuration files.
5454
- ``.vmcx``, ``.xml``
5555
- :class:`hyperv <dissect.target.loaders.hyperv.HyperVLoader>`
56-
* - Itunes Backup
56+
* - iTunes Backup
5757
- iTunes backup files. Only from a directory that contains a ``Manifest.plist`` file.
5858
-
5959
- :class:`itunes <dissect.target.loaders.itunes.ITunesLoader>`
60-
* - Kape
61-
- KAPE forensic image format files. Only if the file or directory contains Kape specific directories.
60+
* - KAPE
61+
- KAPE forensic image format files. Only if the file or directory contains KAPE specific directories.
6262
- ``.vhdx`` or ``directory/``
6363
- :class:`kape <dissect.target.loaders.kape.KapeLoader>`
6464
* - Libvirt
@@ -183,8 +183,8 @@ If needed, you can choose the loader yourself by using ``-L <loader type>`` opti
183183
Containers
184184
~~~~~~~~~~
185185

186-
Containers lets Dissect interact with a disk-like structure in a consistent way.
187-
These can be virtual machine files, forensic containers or a harddisk itself.
186+
Containers let Dissect interact with a disk-like structure in a consistent way.
187+
These can be virtual machine files, forensic containers or a hard disk itself.
188188

189189
.. seealso::
190190

@@ -267,7 +267,7 @@ Besides these standard partition tables used in most computer systems, Dissect s
267267

268268
For more details, see :doc:`volumes <advanced/volumes>`.
269269

270-
The table below showcases the different supported volume systems.
270+
The table below lists the different supported volume systems.
271271

272272
.. list-table:: Supported Volume Systems
273273
:header-rows: 1
@@ -290,7 +290,7 @@ The table below showcases the different supported volume systems.
290290
- :class:`here <dissect.target.volumes.vmfs.VmfsVolumeSystem>`
291291

292292
Dissect also has decryption capability for some well known systems.
293-
This functionality can be accessed with a keychain file (specified with ``-K``) with multiple passphrases or a keychain value (``-Kv``) using Dissect.
293+
This functionality can be accessed with a keychain file (specified with ``-K``) with multiple passphrases or a keychain value (``-Kv``) in most Dissect tools.
294294
Dissect supports the following encryption formats.
295295

296296
.. list-table:: Supported Encrypted Volume Systems
@@ -303,7 +303,7 @@ Dissect supports the following encryption formats.
303303
* - Linux Unified Key Setup
304304
- LUKS encrypted volume system. These are the standard specification for disk encryption on linux systems.
305305
- :class:`here <dissect.target.volumes.luks.LUKSVolumeSystem>`
306-
* - Bitlocker
306+
* - BitLocker
307307
- BitLocker encrypted volume system. Used by Windows systems
308308
- :class:`here <dissect.target.volumes.bde.BitlockerVolumeSystem>`
309309

@@ -384,7 +384,7 @@ Operating Systems
384384
~~~~~~~~~~~~~~~~~
385385

386386
Dissect supports various operating systems, where Dissect tries to automatically figure out what operating system is available on the disk.
387-
Once the operating system is known, it enables the user to get more accurate information from the system, for example, the user andretrieve user or network information.
387+
Once the operating system is known, it enables the user to get more accurate information from the system, for example, the user or network configuration.
388388

389389
Below is a list of supported operating systems that Dissect can detect.
390390

@@ -414,13 +414,13 @@ Below is a list of supported operating systems that Dissect can detect.
414414
- :class:`here <dissect.target.plugins.os.unix.bsd.darwin._os.DarwinPlugin>`
415415
* - iOS
416416
- :class:`here <dissect.target.plugins.os.unix.bsd.darwin.ios._os.IOSPlugin>`
417-
* - MacOS
417+
* - macOS
418418
- :class:`here <dissect.target.plugins.os.unix.bsd.darwin.macos._os.MacOSPlugin>`
419419
* - Generic Linux
420420
- :class:`here <dissect.target.plugins.os.unix.linux._os.LinuxPlugin>`
421421
* - Android
422422
- :class:`here <dissect.target.plugins.os.unix.linux.android._os.AndroidPlugin>`
423-
* - Fortinet
423+
* - FortiOS
424424
- :class:`here <dissect.target.plugins.os.unix.linux.fortios._os.FortiOSPlugin>`
425425
* - OpenSUSE
426426
- :class:`here <dissect.target.plugins.os.unix.linux.suse._os.SuSEPlugin>`
@@ -453,19 +453,19 @@ It can even look deeper, and look inside those systems within systems for even m
453453
- Description
454454
- API
455455
* - Colima
456-
- Colima container format, which is a runtime for both linux and macOS.
456+
- Colima container format, which is a runtime for both Linux and macOS.
457457
- :class:`here <dissect.target.plugins.child.colima.ColimaChildTargetPlugin>`
458458
* - Docker
459-
- The Docker overlay2fs containers that available on the system.
459+
- The Docker overlay2fs containers that are available on the system.
460460
- :class:`here <dissect.target.plugins.child.docker.DockerChildTargetPlugin>`
461461
* - ESXi
462462
- The VM inventory on ESXi machines.
463463
- :class:`here <dissect.target.plugins.child.esxi.ESXiChildTargetPlugin>`
464-
* - Hyper-v
464+
* - Hyper-V
465465
- The VM inventory on Hyper-V Windows hosts.
466466
- :class:`here <dissect.target.plugins.child.hyperv.HyperVChildTargetPlugin>`
467467
* - Lima
468-
- Lima, Linux Machines, is a container / VM runtime that supports different container engines such as docker, podman, and kubernetes.
468+
- Lima, Linux Machines, is a container / VM runtime that supports different container engines such as Docker, Podman, and Kubernetes.
469469
- :class:`here <dissect.target.plugins.child.lima.LimaChildTargetPlugin>`
470470
* - Parallels
471471
- The Parallels Desktop inventory, Parallels is a hypervisor for Mac computers.
@@ -476,19 +476,19 @@ It can even look deeper, and look inside those systems within systems for even m
476476
* - Proxmox
477477
- Proxmox is a debian based virtualization platform.
478478
- :class:`here <dissect.target.plugins.child.proxmox.ProxmoxChildTargetPlugin>`
479-
* - Qemu
479+
* - QEMU
480480
- All QEMU virtual machines created by the KVM libvirt deamon.
481481
- :class:`here <dissect.target.plugins.child.qemu.QemuChildTargetPlugin>`
482482
* - VirtualBox
483483
- Oracle VirtualBox VMs.
484484
- :class:`here <dissect.target.plugins.child.virtualbox.VirtualBoxChildTargetPlugin>`
485485
* - Virtuozzo
486-
- All the vms from the Virtuozzo container's root directory ``vz/root/$VEID``.
486+
- All the Virtuozzo containers.
487487
- :class:`here <dissect.target.plugins.child.virtuozzo.VirtuozzoChildTargetPlugin>`
488-
* - Vmware Workstation
489-
- All the VMs registerd within the VMWare workstation VM inventory.
488+
* - VMware Workstation
489+
- All the VMs registerd within the VMware Workstation VM inventory.
490490
- :class:`here <dissect.target.plugins.child.vmware_workstation.VmwareWorkstationChildTargetPlugin>`
491-
* - WSL
492-
- All the Windows Subsystem Linux VHDX file locations.
491+
* - WSL2
492+
- All the Windows Subsystem for Linux 2 instances.
493493
- :class:`here <dissect.target.plugins.child.wsl.WSLChildTargetPlugin>`
494494

0 commit comments

Comments
 (0)