Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update list of implemented importers
  • Loading branch information
meeehow authored Mar 21, 2023
1 parent 9100b37 commit 8c20ba5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 8c20ba5

Please sign in to comment.