# HTB Certified Bug Bounty Hunter

Identify the WordPress version number.

Identify the WordPress theme in use.

Submit the contents of the flag file in the directory with directory listing enabled.

Identify the only non-admin WordPress user. (Format: \<first-name> \<last-name>)

Use a vulnerable plugin to download a file containing a flag value via an unauthenticated file download.

What is the version number of the plugin vulnerable to an LFI?

Use the LFI to identify a system user whose name starts with the letter "f".

Obtain a shell on the system and submit the contents of the flag in the /home/erika directory.


---

# 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.hackervice.com/ctf-labs/htb-certified-bug-bounty-hunter.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.
