# recon\_04 (/admin)

View the exercise here: [PentesterLab: Recon 04](https://pentesterlab.com/exercises/recon_04/course)

### **OBJECTIVE**

For this challenge, your goal is to find a directory that is commonly used to manage applications.

### **INTERESTING DIRECTORIES**

When accessing a new webserver, it often pays off to manually check for some directories before starting to brute force using a tool. For example, you can manually check for **/admin/**.

### **SOLUTION**

{% hint style="success" %}
Enter **`hackycorp.com/admin`** to find the flag
{% endhint %}

<div align="left"><figure><img src="/files/rjM45kFSldMwZTW4pHzi" alt="" width="507"><figcaption></figcaption></figure></div>


---

# 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://www.marialc.com/pentesterlab-labs/recon-badge/recon_04-admin.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.
