Everything you need to do to get Maverics Identity Discovery downloaded to your computer.
Download the Maverics Identity Discovery tool
You can register to get the free tool from Strata.io.
The tool can be run on the following operating systems:
Mac OS
Windows
Note: Internet Explorer is not supported. To view the results in a web browser you need to use a modern browser like Microsoft Edge, Google Chrome, or FireFox.
Linux
Extract the CLI
Windows
Mac OS
From your download location, double click the file to extract the files.
Alternatively you can extract the files via command line:
To expand into the current directory:
1
tar -xzf discovery-windows-amd64.zip
Copied!
To expand to a target directory:
1
tar -C [/dir/to/explode] -xzf discovery-windows-amd64.zip
Copied!
Mac OS
From your download location, double click the file to extract the files.
Alternatively you can extract the files via command line:
To expand into the current directory:
1
tar -xzf discovery-darwin-amd64.tar.gz
Copied!
To expand to a target directory:
1
tar -C [/dir/to/explode] -xzf discovery-darwin-amd64.tar.gz