Releases
v0.9
Compare
Sorry, something went wrong.
No results found
Ligolo-ng Changelog
New Features & Enhancements
UDP Port Scanning: Implemented faster UDP port scanning by handling ICMP port unreachable messages.
Customization: Added configurable paths for the config file, history, and self-signed certificates.
TCP Connections: Implemented configurable in-flight TCP connections (#168 ).
Certificates: Implemented bind certificate fingerprint verification (#151 ).
Architecture: ARM64 binaries are now built by default (@desterhuizen ).
Bug Fixes
Memory Management: Fixed memory leaks across multiple core components (agent.go, relay.go, listeners.go, handlers.go, and handler.go) (@CarrotCultivator ).
Networking: Fixed return traffic issues for the reverse UDP listener (@noderaven ).
Code Quality: Resolved non-constant format string vet errors during the build process (@desterhuizen ).
Maintenance, Dependencies & CI/CD
Dependencies: Updated core dependencies and the ligolo-ng-web submodule.
CI Build: Updated the Go version used in the CI pipeline.
Commits
60fb207 update ligolo-ng-web
3cffa3d Merge pull request #190 from nicocha30/f-config
437428a remove retired readme
1499252 configurable paths for config, history and selfcerts
21228ea Merge pull request #189 from nicocha30/f-icmpportunreachable
9d6fb24 remove icmp handling in todo
8e9e3c6 feat: faster udp port scanning with icmp port unreachable handling
5b4baa9 Merge pull request #188 from nicocha30/f-maxinflight
11dc09d implement configurable inflight tcp conns #168
648c92e Merge pull request #187 from nicocha30/f-bindcertfingerprint
8fe479b implement #151
cc147df update go version in ci build
0bfa7c4 update deps
26c383d Merge pull request #186 from desterhuizen/feat/arm64-builds
3023430 Merge pull request #185 from desterhuizen/fix/printf-vet-format-string
fb73cb6 Build arm64 binaries by default
50664c7 Fix non-constant format string vet errors
1d5f466 Merge pull request #175 from CarrotCultivator/master
34dfb77 Merge pull request #183 from noderaven/fix/reverse-udp-tunnel-return-traffic
860c838 fix reverse UDP listener return traffic
9682c22 Update relay.go for memleak
601d1ec Update handlers.go for memleak
566614c Update listeners.go for memleak
09da5eb Update agent.go for memleak
53d644c Update handler.go for memleak
You can’t perform that action at this time.