Skip to content

alitalia/mantaray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MantaRay Forensics

ManTech Triage and Analysis System, Forensics Workflow Automation Suite

alt tag

Overview

MantaRay is designed to automate the processing of forensic images, directories and individual files with open source tools. With support for numerous image formats, this tool provides a scalable base to utilize open source and custom exploitation tools.

For more information about the suite, visit our website http://www.mantarayforensics.com

Dependencies

See https://launchpad.net/~mantaray/+archive/stable for a full list

  • BulkExtractor
  • ENT – Calculate Entropy
  • KML from JPG EXIF Data
  • fdupes
  • EXIF Tool
  • Foremost
  • Jumplist Parser
  • Sleuth Kit tools
  • Regripper
  • Log2Timeline
  • Volatility

Installation of MantaRay

Using bootstrap to install Mantaray:

wget -q https://raw.githubusercontent.com/mantarayforensics/mantaray/master/mrbootstrap.sh && sh mrbootstrap.sh -i

Using bootstrap to install Mantaray, and the MantaRay Skin:

wget -q https://raw.githubusercontent.com/mantarayforensics/mantaray/master/mrbootstrap.sh && sh mrbootstrap.sh -s -i

####PPA:

sudo apt-add-repository ppa:mantaray/stable
sudo apt-add-repository ppa:sift/stable
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install mantaray

####Source from PPA:

sudo apt-add-repository ppa:mantaray/stable
apt-get source mantaray

####GitHub:

git clone https://github.com/mantarayforensics/mantaray.git
cd mantaray

Follow PPA directions to install dependencies

How To Run MantaRay

From command line (as user with sudo privileges) in PPA:

sudo mantaray

A popup window should appear. Pressing continue will begin running the script.

Check For Updates

Using apt-get:

sudo apt-get update && sudo apt-get upgrade

Using mantaray-updater:

sudo mantaray-updater

GitHub:

git pull origin master

Errors and Bugs

If MantaRay crashes, please re-run it in debug mode and send a screenshot of the crash along with any other details you can provide to the MantaRay Forum http://mantarayforensics.com/forums/ or report to our GitHub https://github.com/mantarayforensics/mantaray/issues

About

ManTech Triage and Analysis System, Forensic Workflow Automation Suite

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 80.8%
  • HTML 18.9%
  • Shell 0.3%