# Memory Forensics

![](/files/-MdPHuRZXNCnZMbIFX3O)

## Task 2: Login

Lets Download Volatility from [here](https://www.volatilityfoundation.org/releases). Then lets unzip the file, copy it to `/usr/local/bin` and give it some permissions.

![](/files/-MdPJURW78hcezRWifcv)

Lets download the files and start Volatility specifying a file. Lets dump the passwords and save them into a file called `credentials`.

![](/files/-MdPKswysJ_tWW2bHsUl)

We have a password hash, lets crack it using `John The Ripper`

![](/files/-MdPLB761VhRYfbMh3n7)

We have the password

## Task 3: Analysis

Lets download the files

To check when the machine was last shutdown, we have an option for that in Volatility, lets use it.

![](/files/-MdPMeMfUzPhe-v5gHJz)

We have the time and date.

Now we have to see what john wrote in the console, so lets use the console option that will allow us to look at the past commands the user used.

![](/files/-MdPNMnENzeCEvZzEmaN)

## Task 4: TrueCrypt

Lets download the files, once we do , lets use the truecryptpassphrase option to get the passphrase.

![](/files/-MdPOBekFYXsWCxj54cH)

We are done with the room.


---

# 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://writeups.adityadindi.com/tryhackme/untitled/memory-forensics.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.
