> 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/main-menu/0-scan-network-for-admin-access.md).

# \[0] Scan Network for Admin Access

This option conducts a network scan to identify systems where the current user operating Amnesiac has local admin access. By default, it employs the SMB protocol for this purpose. If admin access is detected on any machine, the results will be displayed in the main menu under "Admin Sessions".

<figure><img src="/files/4tyfitQVGD3HsuVvClTU" alt=""><figcaption></figcaption></figure>

Users have the flexibility to switch between the SMB and WMI protocols for the Admin Access Scan using the `switch` command.

When the WMI protocol is selected, machines where the current user has local admin access are listed in the main menu under "Global-Listener Sessions".

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

It's important to note that sessions listed within "Admin Sessions" (generated as a result of performing a scan using the SMB protocol) are not active. Instead, these sessions are initialized on-demand when selected for interaction and are automatically disposed of upon exit.

For this reason, terminating an admin session is not needed.

####


---

# 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://leo4j.gitbook.io/amnesiac/main-menu/0-scan-network-for-admin-access.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.
