COPYRIGHT
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
dissect.target.egg-info/PKG-INFO
dissect.target.egg-info/SOURCES.txt
dissect.target.egg-info/dependency_links.txt
dissect.target.egg-info/entry_points.txt
dissect.target.egg-info/requires.txt
dissect.target.egg-info/top_level.txt
dissect/target/__init__.py
dissect/target/container.py
dissect/target/exceptions.py
dissect/target/filesystem.py
dissect/target/loader.py
dissect/target/plugin.py
dissect/target/report.py
dissect/target/target.py
dissect/target/volume.py
dissect/target/containers/__init__.py
dissect/target/containers/asdf.py
dissect/target/containers/ewf.py
dissect/target/containers/hdd.py
dissect/target/containers/hds.py
dissect/target/containers/qcow2.py
dissect/target/containers/raw.py
dissect/target/containers/split.py
dissect/target/containers/vdi.py
dissect/target/containers/vhd.py
dissect/target/containers/vhdx.py
dissect/target/containers/vmdk.py
dissect/target/data/autocompletion/target_bash_completion.sh
dissect/target/filesystems/__init__.py
dissect/target/filesystems/ad1.py
dissect/target/filesystems/cb.py
dissect/target/filesystems/config.py
dissect/target/filesystems/dir.py
dissect/target/filesystems/exfat.py
dissect/target/filesystems/extfs.py
dissect/target/filesystems/fat.py
dissect/target/filesystems/ffs.py
dissect/target/filesystems/itunes.py
dissect/target/filesystems/ntfs.py
dissect/target/filesystems/smb.py
dissect/target/filesystems/squashfs.py
dissect/target/filesystems/tar.py
dissect/target/filesystems/vmfs.py
dissect/target/filesystems/xfs.py
dissect/target/filesystems/zip.py
dissect/target/helpers/__init__.py
dissect/target/helpers/cache.py
dissect/target/helpers/config.py
dissect/target/helpers/configutil.py
dissect/target/helpers/descriptor_extensions.py
dissect/target/helpers/docs.py
dissect/target/helpers/fsutil.py
dissect/target/helpers/hashutil.py
dissect/target/helpers/keychain.py
dissect/target/helpers/lazy.py
dissect/target/helpers/loaderutil.py
dissect/target/helpers/localeutil.py
dissect/target/helpers/mount.py
dissect/target/helpers/network_managers.py
dissect/target/helpers/record.py
dissect/target/helpers/regutil.py
dissect/target/helpers/shell_folder_ids.py
dissect/target/helpers/ssh.py
dissect/target/helpers/targetd.py
dissect/target/helpers/utils.py
dissect/target/helpers/data/windowsZones.xml
dissect/target/loaders/__init__.py
dissect/target/loaders/ad1.py
dissect/target/loaders/asdf.py
dissect/target/loaders/cb.py
dissect/target/loaders/dir.py
dissect/target/loaders/hyperv.py
dissect/target/loaders/itunes.py
dissect/target/loaders/kape.py
dissect/target/loaders/local.py
dissect/target/loaders/log.py
dissect/target/loaders/multiraw.py
dissect/target/loaders/ova.py
dissect/target/loaders/ovf.py
dissect/target/loaders/phobos.py
dissect/target/loaders/profile.py
dissect/target/loaders/pvm.py
dissect/target/loaders/pvs.py
dissect/target/loaders/raw.py
dissect/target/loaders/remote.py
dissect/target/loaders/res.py
dissect/target/loaders/smb.py
dissect/target/loaders/tanium.py
dissect/target/loaders/tar.py
dissect/target/loaders/target.py
dissect/target/loaders/targetd.py
dissect/target/loaders/utm.py
dissect/target/loaders/vb.py
dissect/target/loaders/vbox.py
dissect/target/loaders/velociraptor.py
dissect/target/loaders/vma.py
dissect/target/loaders/vmwarevm.py
dissect/target/loaders/vmx.py
dissect/target/loaders/xva.py
dissect/target/plugins/__init__.py
dissect/target/plugins/apps/__init__.py
dissect/target/plugins/apps/av/__init__.py
dissect/target/plugins/apps/av/mcafee.py
dissect/target/plugins/apps/av/sophos.py
dissect/target/plugins/apps/av/symantec.py
dissect/target/plugins/apps/av/trendmicro.py
dissect/target/plugins/apps/containers/__init__.py
dissect/target/plugins/apps/containers/docker.py
dissect/target/plugins/apps/remoteaccess/__init__.py
dissect/target/plugins/apps/remoteaccess/anydesk.py
dissect/target/plugins/apps/remoteaccess/remoteaccess.py
dissect/target/plugins/apps/remoteaccess/teamviewer.py
dissect/target/plugins/apps/shell/__init__.py
dissect/target/plugins/apps/shell/powershell.py
dissect/target/plugins/apps/ssh/__init__.py
dissect/target/plugins/apps/ssh/openssh.py
dissect/target/plugins/apps/ssh/opensshd.py
dissect/target/plugins/apps/vpns/__init__.py
dissect/target/plugins/apps/vpns/openvpn.py
dissect/target/plugins/apps/vpns/wireguard.py
dissect/target/plugins/apps/webhosting/__init__.py
dissect/target/plugins/apps/webhosting/cpanel.py
dissect/target/plugins/apps/webservers/__init__.py
dissect/target/plugins/apps/webservers/apache.py
dissect/target/plugins/apps/webservers/caddy.py
dissect/target/plugins/apps/webservers/iis.py
dissect/target/plugins/apps/webservers/nginx.py
dissect/target/plugins/apps/webservers/webservers.py
dissect/target/plugins/browsers/__init__.py
dissect/target/plugins/browsers/browser.py
dissect/target/plugins/browsers/chrome.py
dissect/target/plugins/browsers/chromium.py
dissect/target/plugins/browsers/edge.py
dissect/target/plugins/browsers/firefox.py
dissect/target/plugins/browsers/iexplore.py
dissect/target/plugins/child/__init__.py
dissect/target/plugins/child/esxi.py
dissect/target/plugins/child/hyperv.py
dissect/target/plugins/child/virtuozzo.py
dissect/target/plugins/child/vmware_workstation.py
dissect/target/plugins/child/wsl.py
dissect/target/plugins/filesystem/__init__.py
dissect/target/plugins/filesystem/acquire_handles.py
dissect/target/plugins/filesystem/acquire_hash.py
dissect/target/plugins/filesystem/icat.py
dissect/target/plugins/filesystem/resolver.py
dissect/target/plugins/filesystem/walkfs.py
dissect/target/plugins/filesystem/yara.py
dissect/target/plugins/filesystem/ntfs/__init__.py
dissect/target/plugins/filesystem/ntfs/mft.py
dissect/target/plugins/filesystem/ntfs/mft_timeline.py
dissect/target/plugins/filesystem/ntfs/usnjrnl.py
dissect/target/plugins/filesystem/ntfs/utils.py
dissect/target/plugins/filesystem/unix/__init__.py
dissect/target/plugins/filesystem/unix/capability.py
dissect/target/plugins/filesystem/unix/suid.py
dissect/target/plugins/general/__init__.py
dissect/target/plugins/general/config.py
dissect/target/plugins/general/default.py
dissect/target/plugins/general/example.py
dissect/target/plugins/general/loaders.py
dissect/target/plugins/general/osinfo.py
dissect/target/plugins/general/plugins.py
dissect/target/plugins/general/scrape.py
dissect/target/plugins/general/users.py
dissect/target/plugins/os/__init__.py
dissect/target/plugins/os/unix/__init__.py
dissect/target/plugins/os/unix/_os.py
dissect/target/plugins/os/unix/cronjobs.py
dissect/target/plugins/os/unix/datetime.py
dissect/target/plugins/os/unix/etc.py
dissect/target/plugins/os/unix/generic.py
dissect/target/plugins/os/unix/history.py
dissect/target/plugins/os/unix/locale.py
dissect/target/plugins/os/unix/packagemanager.py
dissect/target/plugins/os/unix/services.py
dissect/target/plugins/os/unix/shadow.py
dissect/target/plugins/os/unix/bsd/_os.py
dissect/target/plugins/os/unix/bsd/citrix/__init__.py
dissect/target/plugins/os/unix/bsd/citrix/_os.py
dissect/target/plugins/os/unix/bsd/freebsd/__init__.py
dissect/target/plugins/os/unix/bsd/freebsd/_os.py
dissect/target/plugins/os/unix/bsd/ios/__init__.py
dissect/target/plugins/os/unix/bsd/ios/_os.py
dissect/target/plugins/os/unix/bsd/openbsd/__init__.py
dissect/target/plugins/os/unix/bsd/openbsd/_os.py
dissect/target/plugins/os/unix/bsd/osx/__init__.py
dissect/target/plugins/os/unix/bsd/osx/_os.py
dissect/target/plugins/os/unix/bsd/osx/user.py
dissect/target/plugins/os/unix/linux/__init__.py
dissect/target/plugins/os/unix/linux/_os.py
dissect/target/plugins/os/unix/linux/cmdline.py
dissect/target/plugins/os/unix/linux/environ.py
dissect/target/plugins/os/unix/linux/iptables.py
dissect/target/plugins/os/unix/linux/modules.py
dissect/target/plugins/os/unix/linux/netstat.py
dissect/target/plugins/os/unix/linux/proc.py
dissect/target/plugins/os/unix/linux/processes.py
dissect/target/plugins/os/unix/linux/sockets.py
dissect/target/plugins/os/unix/linux/android/__init__.py
dissect/target/plugins/os/unix/linux/android/_os.py
dissect/target/plugins/os/unix/linux/debian/__init__.py
dissect/target/plugins/os/unix/linux/debian/_os.py
dissect/target/plugins/os/unix/linux/debian/apt.py
dissect/target/plugins/os/unix/linux/debian/dpkg.py
dissect/target/plugins/os/unix/linux/debian/vyos/__init__.py
dissect/target/plugins/os/unix/linux/debian/vyos/_os.py
dissect/target/plugins/os/unix/linux/esxi/__init__.py
dissect/target/plugins/os/unix/linux/esxi/_os.py
dissect/target/plugins/os/unix/linux/fortigate/__init__.py
dissect/target/plugins/os/unix/linux/fortigate/_os.py
dissect/target/plugins/os/unix/linux/redhat/__init__.py
dissect/target/plugins/os/unix/linux/redhat/_os.py
dissect/target/plugins/os/unix/linux/redhat/yum.py
dissect/target/plugins/os/unix/linux/suse/__init__.py
dissect/target/plugins/os/unix/linux/suse/_os.py
dissect/target/plugins/os/unix/linux/suse/zypper.py
dissect/target/plugins/os/unix/log/__init__.py
dissect/target/plugins/os/unix/log/atop.py
dissect/target/plugins/os/unix/log/audit.py
dissect/target/plugins/os/unix/log/auth.py
dissect/target/plugins/os/unix/log/journal.py
dissect/target/plugins/os/unix/log/lastlog.py
dissect/target/plugins/os/unix/log/messages.py
dissect/target/plugins/os/unix/log/utmp.py
dissect/target/plugins/os/windows/__init__.py
dissect/target/plugins/os/windows/_os.py
dissect/target/plugins/os/windows/activitiescache.py
dissect/target/plugins/os/windows/adpolicy.py
dissect/target/plugins/os/windows/amcache.py
dissect/target/plugins/os/windows/catroot.py
dissect/target/plugins/os/windows/cim.py
dissect/target/plugins/os/windows/clfs.py
dissect/target/plugins/os/windows/datetime.py
dissect/target/plugins/os/windows/defender.py
dissect/target/plugins/os/windows/env.py
dissect/target/plugins/os/windows/generic.py
dissect/target/plugins/os/windows/lnk.py
dissect/target/plugins/os/windows/locale.py
dissect/target/plugins/os/windows/notifications.py
dissect/target/plugins/os/windows/prefetch.py
dissect/target/plugins/os/windows/recyclebin.py
dissect/target/plugins/os/windows/registry.py
dissect/target/plugins/os/windows/sam.py
dissect/target/plugins/os/windows/services.py
dissect/target/plugins/os/windows/sru.py
dissect/target/plugins/os/windows/startupinfo.py
dissect/target/plugins/os/windows/syscache.py
dissect/target/plugins/os/windows/tasks.py
dissect/target/plugins/os/windows/thumbcache.py
dissect/target/plugins/os/windows/ual.py
dissect/target/plugins/os/windows/wer.py
dissect/target/plugins/os/windows/dpapi/__init__.py
dissect/target/plugins/os/windows/dpapi/blob.py
dissect/target/plugins/os/windows/dpapi/crypto.py
dissect/target/plugins/os/windows/dpapi/dpapi.py
dissect/target/plugins/os/windows/dpapi/master_key.py
dissect/target/plugins/os/windows/exchange/__init__.py
dissect/target/plugins/os/windows/exchange/exchange.py
dissect/target/plugins/os/windows/log/__init__.py
dissect/target/plugins/os/windows/log/amcache.py
dissect/target/plugins/os/windows/log/etl.py
dissect/target/plugins/os/windows/log/evt.py
dissect/target/plugins/os/windows/log/evtx.py
dissect/target/plugins/os/windows/log/pfro.py
dissect/target/plugins/os/windows/regf/7zip.py
dissect/target/plugins/os/windows/regf/__init__.py
dissect/target/plugins/os/windows/regf/appxdebugkeys.py
dissect/target/plugins/os/windows/regf/auditpol.py
dissect/target/plugins/os/windows/regf/bam.py
dissect/target/plugins/os/windows/regf/cit.py
dissect/target/plugins/os/windows/regf/clsid.py
dissect/target/plugins/os/windows/regf/firewall.py
dissect/target/plugins/os/windows/regf/mru.py
dissect/target/plugins/os/windows/regf/muicache.py
dissect/target/plugins/os/windows/regf/nethist.py
dissect/target/plugins/os/windows/regf/recentfilecache.py
dissect/target/plugins/os/windows/regf/regf.py
dissect/target/plugins/os/windows/regf/runkeys.py
dissect/target/plugins/os/windows/regf/shellbags.py
dissect/target/plugins/os/windows/regf/shimcache.py
dissect/target/plugins/os/windows/regf/trusteddocs.py
dissect/target/plugins/os/windows/regf/usb.py
dissect/target/plugins/os/windows/regf/userassist.py
dissect/target/plugins/os/windows/task_helpers/__init__.py
dissect/target/plugins/os/windows/task_helpers/tasks_job.py
dissect/target/plugins/os/windows/task_helpers/tasks_records.py
dissect/target/plugins/os/windows/task_helpers/tasks_xml.py
dissect/target/tools/__init__.py
dissect/target/tools/build_pluginlist.py
dissect/target/tools/dd.py
dissect/target/tools/fs.py
dissect/target/tools/info.py
dissect/target/tools/logging.py
dissect/target/tools/mount.py
dissect/target/tools/query.py
dissect/target/tools/reg.py
dissect/target/tools/shell.py
dissect/target/tools/utils.py
dissect/target/tools/dump/__init__.py
dissect/target/tools/dump/run.py
dissect/target/tools/dump/state.py
dissect/target/tools/dump/utils.py
dissect/target/volumes/__init__.py
dissect/target/volumes/bde.py
dissect/target/volumes/disk.py
dissect/target/volumes/lvm.py
dissect/target/volumes/md.py
dissect/target/volumes/vmfs.py
tests/__init__.py
tests/_utils.py
tests/conftest.py
tests/test_container_open.py
tests/test_containers_split.py
tests/test_filesystem.py
tests/test_filesystems_cb.py
tests/test_filesystems_config.py
tests/test_filesystems_dir.py
tests/test_filesystems_exfat.py
tests/test_filesystems_fat.py
tests/test_filesystems_ntfs.py
tests/test_filesystems_smb.py
tests/test_filesystems_tar.py
tests/test_filesystems_zip.py
tests/test_helpers_cache.py
tests/test_helpers_config.py
tests/test_helpers_configutil.py
tests/test_helpers_docs.py
tests/test_helpers_fsutil.py
tests/test_helpers_hashutil.py
tests/test_helpers_keychain.py
tests/test_helpers_loaderutil.py
tests/test_helpers_localeutil.py
tests/test_helpers_regutil.py
tests/test_helpers_utils.py
tests/test_loaders_asdf.py
tests/test_loaders_cb.py
tests/test_loaders_dir.py
tests/test_loaders_hyperv.py
tests/test_loaders_kape.py
tests/test_loaders_local.py
tests/test_loaders_log.py
tests/test_loaders_multiraw.py
tests/test_loaders_ova.py
tests/test_loaders_ovf.py
tests/test_loaders_phobos.py
tests/test_loaders_pvm.py
tests/test_loaders_pvs.py
tests/test_loaders_remote.py
tests/test_loaders_smb.py
tests/test_loaders_tanium.py
tests/test_loaders_tar.py
tests/test_loaders_utm.py
tests/test_loaders_vbox.py
tests/test_loaders_velociraptor.py
tests/test_loaders_vmwarevm.py
tests/test_plugin.py
tests/test_plugins_apps_av_mcafee.py
tests/test_plugins_apps_av_sophos.py
tests/test_plugins_apps_av_symantec.py
tests/test_plugins_apps_av_trendmicro.py
tests/test_plugins_apps_containers_docker.py
tests/test_plugins_apps_remoteaccess_anydesk.py
tests/test_plugins_apps_remoteaccess_teamviewer.py
tests/test_plugins_apps_shell_powershell.py
tests/test_plugins_apps_ssh_openssh.py
tests/test_plugins_apps_ssh_opensshd.py
tests/test_plugins_apps_vpns_openvpn.py
tests/test_plugins_apps_vpns_wireguard.py
tests/test_plugins_apps_webhosting_cpanel.py
tests/test_plugins_apps_webservers_apache.py
tests/test_plugins_apps_webservers_caddy.py
tests/test_plugins_apps_webservers_iis.py
tests/test_plugins_apps_webservers_nginx.py
tests/test_plugins_browsers.py
tests/test_plugins_child_hyperv.py
tests/test_plugins_child_virtuozzo.py
tests/test_plugins_child_wsl.py
tests/test_plugins_filesystem_acquire_handles.py
tests/test_plugins_filesystem_acquire_hash.py
tests/test_plugins_filesystem_icat.py
tests/test_plugins_filesystem_ntfs_mft.py
tests/test_plugins_filesystem_ntfs_usnjrnl.py
tests/test_plugins_filesystem_resolver.py
tests/test_plugins_filesystem_unix_capability.py
tests/test_plugins_filesystem_unix_suid.py
tests/test_plugins_filesystem_walkfs.py
tests/test_plugins_filesystem_yara.py
tests/test_plugins_general_default.py
tests/test_plugins_general_plugins.py
tests/test_plugins_general_users.py
tests/test_plugins_generic_config.py
tests/test_plugins_os_unix.py
tests/test_plugins_os_unix_bsd_citrix.py
tests/test_plugins_os_unix_bsd_osx_os.py
tests/test_plugins_os_unix_bsd_osx_user.py
tests/test_plugins_os_unix_debian_dpkg.py
tests/test_plugins_os_unix_generic.py
tests/test_plugins_os_unix_history.py
tests/test_plugins_os_unix_ips.py
tests/test_plugins_os_unix_journal.py
tests/test_plugins_os_unix_linux_cmdline.py
tests/test_plugins_os_unix_linux_debian_apt.py
tests/test_plugins_os_unix_linux_environ.py
tests/test_plugins_os_unix_linux_iptables.py
tests/test_plugins_os_unix_linux_modules.py
tests/test_plugins_os_unix_linux_netstat.py
tests/test_plugins_os_unix_linux_proc.py
tests/test_plugins_os_unix_linux_processes.py
tests/test_plugins_os_unix_linux_redhat_yum.py
tests/test_plugins_os_unix_linux_sockets.py
tests/test_plugins_os_unix_linux_suse_zypper.py
tests/test_plugins_os_unix_locale.py
tests/test_plugins_os_unix_log.py
tests/test_plugins_os_unix_log_audit.py
tests/test_plugins_os_unix_log_auth.py
tests/test_plugins_os_unix_log_messages.py
tests/test_plugins_os_unix_packagemanager.py
tests/test_plugins_os_unix_services.py
tests/test_plugins_os_unix_shadow.py
tests/test_plugins_os_unix_users.py
tests/test_plugins_os_unix_version.py
tests/test_plugins_os_windows__os.py
tests/test_plugins_os_windows_adpolicy.py
tests/test_plugins_os_windows_amcache.py
tests/test_plugins_os_windows_clfs.py
tests/test_plugins_os_windows_datetime.py
tests/test_plugins_os_windows_defender.py
tests/test_plugins_os_windows_dpapi.py
tests/test_plugins_os_windows_env.py
tests/test_plugins_os_windows_generic.py
tests/test_plugins_os_windows_lnk.py
tests/test_plugins_os_windows_locale.py
tests/test_plugins_os_windows_log.py
tests/test_plugins_os_windows_log_etl.py
tests/test_plugins_os_windows_mru.py
tests/test_plugins_os_windows_notifications.py
tests/test_plugins_os_windows_recyclebin.py
tests/test_plugins_os_windows_regf_appxdebugkeys.py
tests/test_plugins_os_windows_regf_cit.py
tests/test_plugins_os_windows_regf_clsid.py
tests/test_plugins_os_windows_regf_muicache.py
tests/test_plugins_os_windows_regf_trusteddocs.py
tests/test_plugins_os_windows_regf_userassist.py
tests/test_plugins_os_windows_registry.py
tests/test_plugins_os_windows_sam.py
tests/test_plugins_os_windows_shimcache.py
tests/test_plugins_os_windows_sru.py
tests/test_plugins_os_windows_syscache.py
tests/test_plugins_os_windows_tasks.py
tests/test_plugins_os_windows_thumbcache.py
tests/test_plugins_os_windows_ual.py
tests/test_plugins_os_windows_wer.py
tests/test_plugins_scrape.py
tests/test_prefetch_time.py
tests/test_record.py
tests/test_registration.py
tests/test_report.py
tests/test_shell.py
tests/test_target.py
tests/test_target_fs.py
tests/test_target_path.py
tests/test_tools_dump.py
tests/test_tools_mount.py
tests/test_tools_query.py
tests/test_tools_shell.py
tests/test_tools_utils.py
tests/test_volumes_bde.py
tests/test_volumes_md.py
tests/data/PcaAppLaunchDic.txt
tests/data/SRUDB.dat
tests/data/Syscache.hve
tests/data/TestAnydesk.trace
tests/data/TestLog.evt
tests/data/TestLogX.evtx
tests/data/TestTeamviewer.log
tests/data/amcache-new.hve
tests/data/amcache-old.hve
tests/data/defender-operational.evtx
tests/data/empty.log
tests/data/enc-volume.bin
tests/data/keychain.csv
tests/data/mft.raw
tests/data/places.sqlite
tests/data/regflex.reg
tests/data/symlink_disk.ext4
tests/data/test-acquire-handles.tar
tests/data/test-acquire-hash.tar
tests/data/test-archive-empty-folder.tgz
tests/data/test-archive.tar.gz
tests/data/test-windows-fs-c-absolute.tar
tests/data/test-windows-fs-c-relative.tar
tests/data/test-windows-sysvol-absolute.tar
tests/data/test-windows-sysvol-relative.tar
tests/data/uppercase_driveletter.tar
tests/data/usnjrnl.bin
tests/data/amcache_install/INSTALL_0000_594e4eb0-cb0e-4787-99de-3126f8d9e299.txt
tests/data/apps/av/mcafee/firewall.log
tests/data/apps/av/mcafee/infect.log
tests/data/apps/av/sophos/Clean.log
tests/data/apps/av/sophos/excalibur.db
tests/data/apps/av/trendmicro/firewall.log
tests/data/apps/av/trendmicro/pccnt35.log
tests/data/apps/containers/docker/container_running.json
tests/data/apps/containers/docker/image_metadata.json
tests/data/apps/containers/docker/repositories.json
tests/data/clfs/DRIVERS{53b39e70-18c4-11ea-a811-000d3aa4692b}.TM.blf
tests/data/clfs/DRIVERS{53b39e70-18c4-11ea-a811-000d3aa4692b}.TMContainer00000000000000000001.regtrans-ms
tests/data/defender-quarantine/Entries/{800362A7-0000-0000-FB11-12639186E0D6}
tests/data/defender-quarantine/ResourceData/A6/A6C8322B8A19AEED96EFBD045206966DA4C9619D
tests/data/defender-quarantine/Resources/A6/A6C8322B8A19AEED96EFBD045206966DA4C9619D
tests/data/helpers/configparser/config
tests/data/helpers/configparser/hosts
tests/data/helpers/configparser/hosts.allow
tests/data/helpers/configparser/hosts.deny
tests/data/helpers/configparser/resolv.conf
tests/data/helpers/configparser/sshd_config
tests/data/loaders/asdf/metadata.asdf
tests/data/loaders/hyperv/993F7B33-6057-4D1E-A1FE-A1A1D77BE974.vmcx
tests/data/loaders/hyperv/B90AC31B-C6F8-479F-9B91-07B894A6A3F6.xml
tests/data/loaders/hyperv/D351C151-DAC7-4042-B434-B72D522C1E4A.xml
tests/data/loaders/hyperv/EC04F346-DB96-4700-AF5B-77B3C56C38BD.vmcx
tests/data/loaders/tar/test-archive-dot-folder.tgz
tests/data/plugin_register/container.py
tests/data/plugin_register/filesystem.py
tests/data/plugin_register/loader.py
tests/data/plugin_register/plugin.py
tests/data/plugins/apps/sshd_config
tests/data/plugins/apps/av/symantec/cve.log
tests/data/plugins/apps/av/symantec/tralog.log
tests/data/plugins/apps/webhosting/cpanel/lastlogin
tests/data/plugins/browsers/chrome/History.sqlite
tests/data/plugins/browsers/chrome/windows/Preferences
tests/data/plugins/browsers/chrome/windows/Secure Preferences
tests/data/plugins/browsers/chromium/History.sqlite
tests/data/plugins/browsers/chromium/windows/Preferences
tests/data/plugins/browsers/chromium/windows/Secure Preferences
tests/data/plugins/browsers/edge/History.sqlite
tests/data/plugins/browsers/edge/windows/Preferences
tests/data/plugins/browsers/edge/windows/Secure Preferences
tests/data/plugins/browsers/firefox/places.sqlite
tests/data/plugins/browsers/iexplore/WebCacheV01.dat.gz
tests/data/plugins/child/hyperv/data.vmcx
tests/data/plugins/os/unix/bsd/citrix/flash/.version
tests/data/plugins/os/unix/bsd/citrix/flash/boot/loader.conf
tests/data/plugins/os/unix/bsd/citrix/flash/nsconfig/ns.conf
tests/data/plugins/os/unix/bsd/citrix/flash/nsconfig/ns.conf.0
tests/data/plugins/os/unix/bsd/freebsd/freebsd-freebsd-version
tests/data/plugins/os/unix/bsd/osx/os/SystemVersion.plist
tests/data/plugins/os/unix/bsd/osx/os/dissect.plist
tests/data/plugins/os/unix/bsd/osx/os/en0.plist
tests/data/plugins/os/unix/bsd/osx/os/preferences.plist
tests/data/plugins/os/unix/bsd/osx/os/test.plist
tests/data/plugins/os/unix/linux/debian/debian-os-release
tests/data/plugins/os/unix/linux/debian/ubuntu-lsb-release
tests/data/plugins/os/unix/linux/debian/ubuntu-os-release
tests/data/plugins/os/unix/linux/debian/apt/history.log
tests/data/plugins/os/unix/linux/debian/apt/history.log.1.bz2
tests/data/plugins/os/unix/linux/debian/apt/history.log.1.gz
tests/data/plugins/os/unix/linux/modules/module/modulea/coresize
tests/data/plugins/os/unix/linux/modules/module/modulea/initstate
tests/data/plugins/os/unix/linux/modules/module/modulea/refcnt
tests/data/plugins/os/unix/linux/modules/module/modulea/holders/holdera
tests/data/plugins/os/unix/linux/modules/module/moduleb/coresize
tests/data/plugins/os/unix/linux/modules/module/moduleb/initstate
tests/data/plugins/os/unix/linux/modules/module/moduleb/refcnt
tests/data/plugins/os/unix/linux/modules/module/moduleb/holders/holdera
tests/data/plugins/os/unix/linux/modules/module/moduleb/holders/holderb
tests/data/plugins/os/unix/linux/redhat/centos-os-release
tests/data/plugins/os/unix/linux/redhat/fedora-os-release
tests/data/plugins/os/unix/linux/redhat/yum/yum.log
tests/data/plugins/os/unix/linux/redhat/yum/yum.log.1.bz2
tests/data/plugins/os/unix/linux/redhat/yum/yum.log.1.gz
tests/data/plugins/os/unix/linux/suse/opensuse-os-release
tests/data/plugins/os/unix/linux/suse/zypp/history
tests/data/plugins/os/unix/linux/suse/zypp/history.1.bz2
tests/data/plugins/os/unix/linux/suse/zypp/history.1.gz
tests/data/plugins/os/unix/log/journal
tests/data/plugins/os/unix/log/atop/atop
tests/data/plugins/os/unix/log/btmp/btmp
tests/data/plugins/os/unix/log/btmp/btmp-ipv6
tests/data/plugins/os/unix/log/lastlog/lastlog
tests/data/plugins/os/unix/log/wtmp/wtmp
tests/data/plugins/os/unix/log/wtmp/wtmp-ipv6
tests/data/plugins/os/unix/services/initd.sh
tests/data/plugins/os/unix/services/systemd.service
tests/data/plugins/os/unix/services/systemd2.service
tests/data/plugins/os/windows/adpolicy/{31B2F340-016D-11D2-945F-00C04FB984F9}/GPT.INI
tests/data/plugins/os/windows/adpolicy/{31B2F340-016D-11D2-945F-00C04FB984F9}/MACHINE/Registry.pol
tests/data/plugins/os/windows/adpolicy/{31B2F340-016D-11D2-945F-00C04FB984F9}/MACHINE/comment.cmtx
tests/data/plugins/os/windows/adpolicy/{31B2F340-016D-11D2-945F-00C04FB984F9}/MACHINE/Microsoft/Windows NT/Audit/audit.csv
tests/data/plugins/os/windows/adpolicy/{31B2F340-016D-11D2-945F-00C04FB984F9}/MACHINE/Microsoft/Windows NT/SecEdit/GptTmpl.inf
tests/data/plugins/os/windows/adpolicy/{393FA062-30DB-40AC-A15E-E0B12B9F2928}/GPT.INI
tests/data/plugins/os/windows/adpolicy/{6AC1786C-016F-11D2-945F-00C04fB984F9}/GPT.INI
tests/data/plugins/os/windows/adpolicy/{6AC1786C-016F-11D2-945F-00C04fB984F9}/MACHINE/Microsoft/Windows NT/SecEdit/GptTmpl.inf
tests/data/plugins/os/windows/adpolicy/{CC63F200-7309-4ba0-B154-A71CD118DBCC}/USER/Preferences/ScheduledTasks/ScheduledTasks.xml
tests/data/plugins/os/windows/dpapi/test_data.dpapi
tests/data/plugins/os/windows/dpapi/master_keys/d8ef5e00-328a-4919-9ab6-c058f493a6e3
tests/data/plugins/os/windows/lnk/pestudio.lnk
tests/data/plugins/os/windows/notifications/appdb.dat.v3.gz
tests/data/plugins/os/windows/notifications/wpndatabase.db
tests/data/plugins/os/windows/powershell/ConsoleHost_history.txt
tests/data/plugins/os/windows/tasks/AtTask.job
tests/data/plugins/os/windows/tasks/MapsToastTask
tests/data/ual/Current.mdb
tests/data/ual/SystemIdentity.mdb
tests/data/unix/configs/keyboard
tests/data/unix/configs/passwd
tests/data/unix/configs/shadow
tests/data/unix/configs/ips/eth0.xml
tests/data/unix/configs/ips/interfaces
tests/data/unix/linux/proc/net/packet
tests/data/unix/linux/proc/net/raw
tests/data/unix/linux/proc/net/raw6
tests/data/unix/linux/proc/net/tcp
tests/data/unix/linux/proc/net/tcp6
tests/data/unix/linux/proc/net/udp
tests/data/unix/linux/proc/net/udp6
tests/data/unix/linux/proc/net/unix
tests/data/unix/logs/audit.log
tests/data/unix/logs/dpkg-status
tests/data/unix/logs/dpkg.log
tests/data/unix/logs/dpkg.log.2.gz
tests/data/unix/logs/empty.log
tests/data/unix/logs/messages
tests/data/unix/logs/passwd-syslog
tests/data/unix/logs/auth/auth.log
tests/data/unix/logs/auth/auth.log.bz2
tests/data/unix/logs/auth/auth.log.gz
tests/data/unix/logs/auth/secure
tests/data/volumes/md-nested.bin.gz
tests/data/vpns/openvpn/client.conf
tests/data/vpns/openvpn/server.conf
tests/data/vpns/wireguard/wg0.conf
tests/data/webservers/apache/access.log
tests/data/webservers/apache/access.log.bz2
tests/data/webservers/apache/access.log.gz
tests/data/webservers/caddy/Caddyfile
tests/data/webservers/caddy/access.log
tests/data/webservers/iis/iis-applicationHost-iis.config
tests/data/webservers/iis/iis-applicationHost-w3c-logFile-without-directory-attr.config
tests/data/webservers/iis/iis-applicationHost-w3c.config
tests/data/webservers/iis/iis-logs-iis/W3SVC1/u_in211001.log
tests/data/webservers/iis/iis-logs-w3c/W3SVC1/u_ex211001_x.log
tests/data/webservers/nginx/access.log
tests/data/webservers/nginx/access.log.bz2
tests/data/webservers/nginx/access.log.gz
tests/data/webservers/nginx/nginx.conf
tests/data/wer/wer_test.tmp.WERInternalMetadata.xml
tests/data/wer/wer_test.wer
tests/data/wer/windows7/wer_test_no_bom.wer
tests/docs/Makefile
tests/docs/conf.py
tests/docs/index.rst