Skip to content

Releases: nicocha30/ligolo-ng

Ligolo-ng v0.8.3

15 Feb 13:26

Choose a tag to compare

Changelog

  • 913fe64 update websocket dependencies (close #156)
  • 3d60ed6 update dependencies
  • 8556278 Merge pull request #172 from letmedr3am/dev
  • 47af916 Enhanced Interface Management Commands
  • 01f6419 Improved Proxy Agent Recovery and Tunnel Management
  • 8eacc8a Enhanced Agent Reconnection and Recovery
  • 1f3c198 Merge pull request #167 from muzaffar1337/master
  • f094fbd feat: add --api-laddr flag and fix TLS initialization bug
  • a4966ba Merge pull request #165 from vipa0z/enhancement/improve-autoroute-ui
  • ad9f21e Merge pull request #166 from nicocha30/f-insecureconns
  • a170590 add file header
  • b00e0d9 feat: insecure websockets
  • 8624c3d autoroute enhancement:show existing routes for each interface when selecting which interface to attach a new route to.

Ligolo-ng v0.8.2

24 May 19:04

Choose a tag to compare

Changelog

  • 82bec5b fix #146 (interface cleanup) - fix #148 (listeners api not working)

Ligolo-ng v0.8.1

07 May 18:49

Choose a tag to compare

Changelog

  • Fix 'autoroute' on non-Linux OS
  • Improve performance by changing the msgpack lib

Ligolo-ng v0.8

25 Apr 12:13
c1f2b62

Choose a tag to compare

Ligolo-ng now with multiplayer web interface, on all platforms (Windows, Linux, MacOS and BSD)!

Changelog

  • 🌐 API and a beautiful Web Interface thanks to L'ami du Raisin, allowing multiplayer!
  • ⚙️ Simple configuration file, to keep your tunneling/proxy settings
  • 🚦 Daemon mode, to run Ligolo-ng as a service
  • 🔗 Auto-bind, to automatically configure tunneling whenever a specific agent connects
  • 📶 Easy and automatic (autoroute) route and interface management on Windows, Linux, MacOS and BSD!
  • 💀 Agent kill, to remotely terminate an agent

Ligolo-ng WebUI

v0.7.5

01 Jan 13:07

Choose a tag to compare

Changelog

  • ad07712 fix incorrect servername parsing (fix issue #125)

v0.7.4

27 Dec 20:59

Choose a tag to compare

Changelog

  • c1cead0 fix race condition on listeners

v0.7.3

10 Dec 09:48

Choose a tag to compare

Changelog

Ligolo-ng v0.7.2-alpha

25 Aug 17:22
4ac377a

Choose a tag to compare

Warning

Still in Alpha! There will potentially be a lot of bugs!

Changelog

  • 4ac377a Merge pull request #102 from ArchiMoebius/master
  • 7d3588a feat: gob => msgpack + Makefile

Ligolo-ng v0.7.1-alpha

08 Aug 07:48
46c6413

Choose a tag to compare

Warning

Still in Alpha! There will potentially be a lot of bugs!

Changelog

Ligolo-ng v0.7-alpha

04 Aug 13:10
23f3e94

Choose a tag to compare

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