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:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bulk_extractor using brew
    brew install bulk_extractor

bulk_extractor is ready to use now!