> For the complete documentation index, see [llms.txt](https://alyrezo.gitbook.io/nahamcon-ctf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alyrezo.gitbook.io/nahamcon-ctf/web/personnel.md).

# Personnel

## What should we do?

A challenge that was never discovered during the 2021 Constellations mission... now ungated :)

<https://archive.ph/wsaXA>

![](/files/8XITvjqyHTZIuH26I22P)

{% file src="/files/nstMOYAaVxjZqvz6y0ZW" %}

```html
/<!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
        integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
    <script
  src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
  integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs="
  crossorigin="anonymous"></script>

    <title>Personnel Lookup</title>
</head>

<body>
    <div class="container-fluid">
        <div class="row justify-content-center mt-5">
            <div class="card col-md-4">
                <div class="card-body">
                    <h1 class="card-title">Personnel Lookup</b></h1>
                    <div style="margin: 0 auto; text-align:center;">
                        <img style="margin: 0 auto; text-align:center;max-height: 260px" class="img-fluid"  src="https://dailygalaxy.com/wp-content/uploads/2019/10/the-monster-andromeda-galaxy-foreshadows-the-milky-way-s-fate-2-1024x614.jpg">
                    </div>
                    <hr>
                    
<p class="card-text">Use this service to lookup personnel.</p>

<p class="card-text">This service is built with advanced technology to avoid security pitfalls. No database, therefore no vulnerabilities!</p>

<b><p class="card-text">Please enter the name of the personnel.</p></b>
<hr>

<form style="margin: 0 auto; text-align:center" action="" method="POST">
    <input type="hidden" name="setting" value="0">

    <input class="form-control" placeholder="Name" name="name" type="text" value="" size="30"/><br>
    
    <input class="btn btn-primary" type="submit" value="Lookup"/>
</form>

<hr>

<p class="card-text">Thank you, the results of your search are as follows:</p>

<div class="alert alert-danger" role="alert"><b>Sorry!</b> No results were found.</div>



                </div>
            </div>
        </div>
    </div>
</body>
</html>
```

## What did we do!


---

# 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, and the optional `goal` query parameter:

```
GET https://alyrezo.gitbook.io/nahamcon-ctf/web/personnel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
