# m.a.t. - A Linux mobile analysis toolkit

![](/files/JuYHP1edltFlVuIaO5kq)

## About m.a.t.

m.a.t. was born after I learned to use Saltstack, and realized that there was no singular repo (that I could find) which contained either a listing or a source for understanding and installing tools to conduct mobile forensic analysis. When I started to compile my list, I soon came to the conclusion that I must create a toolkit whereby these tools could be utilized and showcased.

The foundation for m.a.t. is a Ubuntu 18.04 or 20.04 LTS installation, either server or desktop - your choice.

## The Tools

Within this documentation you will find a set of categories for tool usage, and a list of the tools themselves, to include their original source, basic usage commands, and what they're good at.

## Methods of Usage

There are a few ways that m.a.t. can be used:

* Using a [docker](https://hub.docker.com/r/digitalsleuth/mat-distro) image
* Building your own VM with the [m.a.t. CLI](https://github.com/digitalsleuth/mat-cli)
* Installing m.a.t. into a Windows Subsystem for Linux instance

Due to the size of the installation once complete, a pre-built VM is not currently available - but it will be soon!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://digitalsleuth.gitbook.io/mat-documentation/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
