> For the complete documentation index, see [llms.txt](https://gurpreet-portfolio.gitbook.io/gurpreet06/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gurpreet-portfolio.gitbook.io/gurpreet06/projects/shadowdesk.md).

# ShadowDesk

ShadowDesk is a tool designed for stealth remote access by leveraging the official AnyDesk binary. It automates the download, installation, and configuration of AnyDesk on the victim system, setting up persistent access with minimal user intervention.

### **1.1. What is AnyDesk?**

AnyDesk is a legitimate remote desktop software widely used for secure and efficient remote access. It enables users to control computers remotely with their explicit consent.

### **1.2. How does ShadowDesk work?**

1. **Download Official Binary**: ShadowDesk retrieves the official AnyDesk binary directly from the source to avoid detection.
2. **Installation with Persistence**: Installs AnyDesk with the `--start-with-win` parameter, ensuring it starts automatically on system boot.
3. **Password Setup**: Configures a remote access password on the victim system for unattended access.
4. **Credential Transmission**: Sends the AnyDesk ID and configured password back to the attacker's machine.
5. **Remote Connection**: Allows the attacker to connect to the victim system without requiring the victim’s consent.

### Features

* Automated AnyDesk Binary Download and Installation
* Persistent Setup with System Boot Integration
* Unattended Access Configuration with Password
* Automatic Transmission of AnyDesk ID and Password to Attacker
* Optimized for Stealth Remote Access

### Note

This tool has been tested in controlled environments to bypass user consent and achieve persistent remote access using AnyDesk.


---

# 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://gurpreet-portfolio.gitbook.io/gurpreet06/projects/shadowdesk.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.
