Packages and Binaries:
ligolo-ng
Ligolo-ng is a simple, lightweight and fast tool that allows pentesters to establish tunnels from a reverse TCP/TLS connection using a tun interface (without the need of SOCKS).
Installed size: 17.65 MB
How to install: sudo apt install ligolo-ng
Dependencies:
- libc6
ligolo-agent
root@kali:~# ligolo-agent -h
-accept-fingerprint string
accept certificates matching the following SHA256 fingerprint (hex format)
-bind string
bind to ip:port
-connect string
connect to proxy (domain:port)
-ignore-cert
ignore TLS certificate validation (dangerous), only for debug purposes
-retry
auto-retry on error
-socks string
socks5 proxy address (ip:port)
-socks-pass string
socks5 password
-socks-user string
socks5 username
-v enable verbose mode
-version
show the current version
ligolo-proxy
root@kali:~# ligolo-proxy -h
-allow-domains string
autocert authorised domains, if empty, allow all domains, multiple domains should be comma-separated.
-autocert
automatically request letsencrypt certificates, requires port 80 to be accessible
-certfile string
TLS server certificate (default "certs/cert.pem")
-keyfile string
TLS server key (default "certs/key.pem")
-laddr string
listening address (default "0.0.0.0:11601")
-selfcert
dynamically generate self-signed certificates
-selfcert-domain string
The selfcert TLS domain to use (default "ligolo")
-v enable verbose mode
-version
show the current version
Updated on: 2024-Aug-06