# Our Target: Private Photo Vault

![](/files/-M1k5e6lTD9ycmUfK0S7)

Private Photo Vault is an app that is available on the iOS and Google Play stores. On Android alone, there are over 10 M recorded installations.

The app touts the following features on their website:

![](/files/-M1k61Tbjk_4XrGf7kWc)

We will be using Private Photo Vault as our frida-ninja training ground and our objectives will be as follows:

1. Determine which functions are called to validate attempted PINs.
2. Investigate if/how PINs may be stored in the filesystem.
3. Bruteforce the user PIN using the app's functions against itself.

In this lab, we will use static analysis and dynamic binary instrumentation together to help tell a story.

The very first step is setting up our lab with some data and doing some initial exploration of how the app works. This initial stage could be very similar if you are going to tackle a different app.

See [\[1\] Lab setup and initial app exploration](/lab/1-lab-setup-and-initial-app-exploration.md) to begin your lab!


---

# 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://summit-labs.frida.ninja/setting-up/our-target-private-photo-vault.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.
