From 8c20ba5d128879cf5e317b43ecc3212bf572fb74 Mon Sep 17 00:00:00 2001 From: meeehow <45884629+meeehow@users.noreply.github.com> Date: Tue, 21 Mar 2023 09:13:19 +0100 Subject: [PATCH] Update README.md Update list of implemented importers --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 122f4b7..3868864 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,14 @@ HashR consists of the following components: Currently implemented importers: -1. TarGz, which extracts files from .tar.gz archives. 1. GCP, which extracts file from base GCP disk [images](https://cloud.google.com/compute/docs/images) 1. Windows, which extracts files from Windows installation media in ISO-13346 format. -1. WSUS, which extracts files from Windows Update packages. +1. WSUS, which extracts files from Windows Update packages. +1. GCR, which extracts file from container images stored in Google Container Registry. +1. TarGz, which extracts files from .tar.gz archives. +1. Deb, which extracts files Debian software packages. +1. RPM, which extracts files from RPM software packages. +1. Zip, which extracts files from .zip (and zip-like) archives. Once files are extracted and hashed results will be passed to the exporters, currently implemented exporters: