Get bulk_extractor installed on Mac using Brew
Package Information:
Name: bulk_extractor
Use: bulk_extractor is a C++ program that scans a disk image, a file, or a directory of files and extracts useful information without parsing the file system
URL: https://github.com/simsong/bulk_extractor/wiki
Installation Steps:
- Open up your Terminal.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bulk_extractor using brew
brew install bulk_extractor
bulk_extractor is ready to use now!