# Intro 1

## Assignment&#x20;

We have been given a login form to try find correct credentials in order to pass through this level. ​&#x20;

## Analyze

In title is written: "This is the first level so don’t expect anything to complicated." I have expirience with multiple challenges where I had to find correct login form credentials and in the most easiest level they were hiding as a comment in web source code so lets start with that. ​

## Findings&#x20;

Lets try opening a source code of given website by pressing ctrl+u. Instead of scrolling trough numerous lines of code we can just simply search for it by pressing ctrl+f and typing something like: "username" and after that we should be immediately given a highligted words that say *username* one of the line where "username" is highlighted is a comment and in that comment is given both username and password. Now we can just simply copy and paste it and we just completed Intro 1.


---

# 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://en4ex.gitbook.io/ctf-writeups/defend-the-web/intro-1.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.
