> For the complete documentation index, see [llms.txt](https://davidjosearaujo.gitbook.io/online-courses/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://davidjosearaujo.gitbook.io/online-courses/api-penetration-testing-course/injection-vulnerabilities/assessment.md).

# Assessment

## Question 1

What is the response status code from a failed login attempt to /vapi/api8/user/login?

<details>

<summary>Solution</summary>

403

</details>

## Question 2

What fields are included in the response body of a failed request to /vapi/api8/user/login?

<details>

<summary>Solution</summary>

* success
* cause

</details>

## Question 3

Which database does vAPI use?

<details>

<summary>Solution</summary>

MySQL

</details>

## Question 4

Which of the following payloads results in a successful injection attack on vAPI?

<details>

<summary>Solution</summary>

admin' --

</details>

## Question 5

What is the status code associated with a successful injection attack of vAPI?

<details>

<summary>Solution</summary>

403

</details>

## Question 6

What flag is associated with a successful injection attack of vAPI?

<details>

<summary>Solution</summary>

api8\_509f8e201807860d5c91

</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://davidjosearaujo.gitbook.io/online-courses/api-penetration-testing-course/injection-vulnerabilities/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.
