> For the complete documentation index, see [llms.txt](https://3ihi.gitbook.io/z3tssu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3ihi.gitbook.io/z3tssu/ctf-box-writeups/htb/openvas-skills-assessment.md).

# OpenVAS Skills Assessment

## Accessing OpenVAS

1. First step is to navigate to the hosted OpenVAS server
2. To do this, go in your browser and insert the following: <https://ip\\_address:8080>
3. The following will show up

<figure><img src="/files/JYPWhm3v73WVqRvHh3HI" alt=""><figcaption></figcaption></figure>

4. Authenticate with `htb-student`:`HTB_@cademy_student!`.
5. You will now be logged in

<figure><img src="/files/ighB3EMh3nC1Hu5ND0oW" alt=""><figcaption></figcaption></figure>

## Questions

<details>

<summary>What type of operating system is the Linux host running? (one word)</summary>

1. This one is simple
2. Just go the Linux Basic Scan
3. Open the report&#x20;
4. Select the OS Tab and you will see that the OS is in fact Ubuntu

![](/files/woPhMR5Rrlq63yWB0SPL)

</details>

<details>

<summary>What type of FTP vulnerability is on the Linux host? (Case Sensitive, four words)</summary>

For this one, stay in the reporting section but go to the Results Tab, the answer will straight away be available, which is

* ![](/files/nVrL0231JfWeloXeYF6K)

</details>

<details>

<summary>What is the IP of the Linux host targeted for the scan?</summary>

For this one, go to the "Hosts" Tab and you will see the IP that the scan was performed against.

![](/files/be69DAh40OYkPfmRimuC)

</details>

<details>

<summary>What vulnerability is associated with the HTTP server? (Case-sensitive)</summary>

Go back to the results section and you will see the HTTP Vulnerability that was identified

![](/files/9s3fMuQivpYkWgwVitD8)

</details>


---

# 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://3ihi.gitbook.io/z3tssu/ctf-box-writeups/htb/openvas-skills-assessment.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.
