> For the complete documentation index, see [llms.txt](https://infosecgirls.gitbook.io/infosecgirls-training/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infosecgirls.gitbook.io/infosecgirls-training/appsec/web-application-pentesting/a3-sensitive-data-exposure/sensitive-data-exposure-dvna.md).

# Sensitive Data Exposure - DVNA

## URL - <http://192.168.31.112:9090>

**Step 1:** Navigate to admin dashboard at `/app/admin` as a non-admin user. Intercept this request using Burp.

![](/files/-LWHQx8T4qjXfHf9O9od)

**Step 2:** Send the intercepted request to Burp Intruder(CTRL+I) and navigate to Intruder(CTRL+SHIFT+I)

**Step 3:** In Burp, navigate to `Intruder > Positions`. Under "Payload Positions", select "Attack type" as "Sniper". In the GET request, add `test` string to the admin dashboard URL and add it as payload position.

![](/files/-LWHQx8WoaJnveRirywE)

**Step 4:** In Burp, navigate to `Intruder > Payloads`. Under "Payload Sets" select "Payload set" as "1" and "Payload type" as "Simple list". Under "Payload Options" add a set of possible directories to the list

![](/files/-LWHQx8Y7qu-P-0XGSz3)

**Step 5:** Click "Start attack" and when the attack results are displayed then sort by length. Notice that for the users that exist on the application you are able to access their password reset page

![](/files/-LWHQx8_2IMCsApIkbgG)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://infosecgirls.gitbook.io/infosecgirls-training/appsec/web-application-pentesting/a3-sensitive-data-exposure/sensitive-data-exposure-dvna.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.
