Releases: nicocha30/ligolo-ng
Releases · nicocha30/ligolo-ng
Ligolo-ng v0.7.2-alpha
Ligolo-ng v0.7.1-alpha
Ligolo-ng v0.7-alpha
Warning
Still in Alpha! There will potentially be a lot of bugs!
New features
- Implement Websocket support (thanks @virusvfv)
- Automatic tunnel and listener recovery in case of network loss
- New 'autoroute' command that creates everything for you (interfaces and routes).
Changelog
- 23f3e94 Update README.md
- d000d62 rebase with ws
- 30606f4 WIP: session and recovery
- 97ed394 Merge pull request #87 from virusvfv/Websockets
- 00531fe refactor websocket
- 7f725ca Update issue templates
- 0b80926 Update main.go
- 8c7f3de Update according nicocha30's reviews
- 3ab80dc Add websocket protocol with http-proxy support
- c9efdc0 Add websocket protocol with http-proxy support
Ligolo-ng 0.6.2
Ligolo-ng 0.6.1 - Darwin Proxy Support
Changelog
- a503a37 macOS support
Ligolo-ng 0.6 - Bind & Interfaces
Changelog
- bbb00ed add fingerprint validation (#50), and agent bind (#49)
- 69cd37d implement #59 and #60 (version number and interfaces/route creation)
- f2982de temp fix for #54
- 6a9fdf4 Merge pull request #79 from jdholtz/fix-listener-stop
- 776cf71 Fix listener errors when manually stopping
- 5900671 Merge pull request #69 from jdholtz/fix-docs-tunnel
- d263af0 Fix discrepancy between
start_tunnel
in README andtunnel_start
command