> 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/some-attack-scenarios/1-user-enumeration/unauthenticated-user-access.md).

# Unauthenticated User Access

Disable intercept mode in Burp

Access Mutillidae web application by navigating to the URL: <http://192.168.56.101:3333/>

Navigate to "OWASP 2013" > "A8 - Cross Site Request Forgery" > "Add to your blog"

![](/files/-LWPtnKAwg4KgFhip_JZ)

[Enable intercept mode in Burp.](https://appsec-california.gitbook.io/appseccali/v/appseccali/quick-basics/2-enable-intercept-mode-in-burp)

In Firefox, click on the button "Save Blog Entry".

<div align="left"><img src="/files/-LWPvICe-TVDO4jxP0w8" alt=""></div>

Switch to Burp.

Analyze the intercepted request in "Proxy" > "Intercept" tab

![](/files/-LWPvFkNolJP6TOb4hN4)

[Send the request to "Repeater"](https://appsec-california.gitbook.io/appseccali/v/appseccali/quick-basics/3-send-to-repeater)

Switch to "Repeater" tab.

Click on "Go" button and analyze the response.

![](/files/-LWPvWA9MK4vpWLeYHZZ)


---

# 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/some-attack-scenarios/1-user-enumeration/unauthenticated-user-access.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.
