Ligolo-ng
0 - prerequisites
Build proxy:
go build -o proxy cmd/proxy/main.goBuild agent:
go build -o agent cmd/agent/main.go1 - start proxy
check for correct rights (otherwise chmod)
sudo ./proxy --selfcert2 - start agent
also check for correct rights
./agent -ignore-cert -connect <IP>:116013 - setup initial tunnel
In ligolo-ng console:
sessions -> select new agent session -> autoroute -> via new interface
4 - setup listeners (optional)
TODO
Troubleshooting
Fix for glibc error on linux:
Last updated
Was this helpful?