mirror of
https://github.com/codewhitesec/Lastenzug
synced 2026-06-08 13:35:16 +00:00
Talje
Socks - [ws|tcp] server/client
Usage
Usage:
talje [command]
Available Commands:
client Run Client Mode
completion Generate the autocompletion script for the specified shell
help Help about any command
server Run server Mode
Flags:
-h, --help help for talje
Use "talje [command] --help" for more information about a command.
Install
go build
# get coffee
License
Released under MIT. More information about the used dependencies can be found in the go.mod/go.sum file.
Apache License 2.0
- https://github.com/spf13/cobra
- https://github.com/OJ/gobuster (copied parts for the cmd/)
- https://github.com/inconshreveable/mousetrap MIT license
- https://github.com/armon/go-socks5
BSD-3-Clause license
BSD-2-Clause license