Easy Steps to Install autopsy On Mac using Brew
Package Information:
Name: autopsy
Use: Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools.
URL: https://www.sleuthkit.org/autopsy/index.php
Installation Steps:
- Open Terminal on your Mac.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install autopsy using brew
brew install autopsy
autopsy is ready to use now!