> For the complete documentation index, see [llms.txt](https://0xpthree.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0xpthree.gitbook.io/notes/post-exploit/vmware/waiter-account-information.md).

# Waiter Account Information

*“The following user accounts are created automatically within vCenter Server in the vsphere.local domain (or the default domain that you created at installation). These user accounts are shell accounts. The vCenter Single Sign-On password policy does not apply to these accounts.”*

The account `waiter-<random_string>` **cannot** use SSO and is used for Auto Deploy.

Source: [Using vCenter Single Sign-On with vSphere](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.authentication.doc/GUID-A2A90265-4A6B-4E23-9681-97B867E55457.html)

***

Within the vCSA Backup you'll find the archive file `rbd.gz` containing the database `db.bkp`. In the database we can find the username and cleartext password for user `waiter-<random_string>@vsphere.local`.&#x20;

Because of insufficient privileges this user cannot login through the web UI on port 443, nor the VMware vCenter Server Management interface on port 5480. Login attempts on the web UI proves that the credentials are correct, giving an attacker valuable information about response cookies.


---

# 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://0xpthree.gitbook.io/notes/post-exploit/vmware/waiter-account-information.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.
