> For the complete documentation index, see [llms.txt](https://leo4j.gitbook.io/amnesiac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leo4j.gitbook.io/amnesiac/get-started/quick-start.md).

# Quick Start

#### [Scan the Network for Admin Access](/amnesiac/main-menu/0-scan-network-for-admin-access.md)

From the main menu, press `0`. This initiates a network scan to discover targets where you have admin access.

If you have admin access to any target, they will appear in the main menu under "Admin Sessions". Select the session you wish to interact with.

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

#### [Single-Listener](/amnesiac/main-menu/1-single-listener-single-target.md)

To execute a payload and obtain a shell, press `1`. The payload will be displayed on the screen for you to copy and paste into a terminal or any location where you have command execution, resulting in a session being established. Select the session to start the interaction.

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

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

#### [Global-Listener](/amnesiac/main-menu/2-global-listener-multiple-targets.md)

Alternatively, you can press `2` to also generate a payload. While a session won't be established immediately upon executing the payload, you can catch the shell later by pressing `3`.

Finally, press any key to stop scanning, and select the session to start the interaction.<br>

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

#### [Session Interaction](/amnesiac/sessions.md)

Upon initiating interaction with a session, you'll enter a PowerShell cmd shell. You can issue commands as you normally would or type `help` to access a list of available commands.

<figure><img src="/files/3QMJTyRpLTa107Q4KUbT" alt=""><figcaption></figcaption></figure>


---

# 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://leo4j.gitbook.io/amnesiac/get-started/quick-start.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.
