Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,19 @@ GO111MODULE=off go get golang.org/x/text/encoding/unicode
GO111MODULE=off go get github.com/hashicorp/yamux
GO111MODULE=off go get github.com/libp2p/go-reuseport
sudo apt-get install rlwrap upx
```
```

> In recent versions of golang, 1.22+, you may encounter the following error
> ```
> go: modules disabled by GO111MODULE=off; see 'go help modules'
> ```
>
> In that case, you will need to download the src manually
> ```
> git clone --depth=1 https://github.com/hashicorp/yamux ~/go/src/github.com/hashicorp/yamux
> git clone --depth=1 https://github.com/libp2p/go-reuseport ~/go/src/github.com/libp2p/go-reuseport
> git clone --depth=1 https://go.googlesource.com/sys ~/go/src/golang.org/x/sys
> ```

Linux:
```
Expand All @@ -106,4 +118,4 @@ python3 build.py
## Credits

* Included for Windows Clients: https://github.com/itm4n/PrivescCheck
* Included for Windows Clients: https://github.com/PowerShell/Win32-OpenSSH
* Included for Windows Clients: https://github.com/PowerShell/Win32-OpenSSH