Skip to content

Releases: hackerschoice/gsocket

Protocol Upgrade

30 Jun 13:58
Compare
Choose a tag to compare
* Protocol 1.3 - BREAKS BACKWARD COMPATIBILITY
* New Key Deriviation Method and fixed gs secret length
* -v, -vv and -vvv for verbosity
* Auto-Reconnect for -l (server) when DNS fails and keep re-trying
  until success.
* Downgraded automake requirements to 2.69
* deploy.sh support for Raspberry PI 4b+ (armv7l)
* Debian HURD support (https://www.debian.org/ports/hurd/)
* unique exit() codes (thanks acpizer!)
* =Secret without quotes for easy cut & paste on windows (thanks CuCai!)
* CHANGELOG (thanks xaitax!)

Bug Fixes & Cleanups

13 May 16:39
Compare
Choose a tag to compare
  • fixed a rare occasion where gs-netcat might consume 100% cpu load
  • fixed OSX System Protection (workaround).

Debian Shenanigans & Lint-party (cleanups)

07 Apr 18:52
a7f552b
Compare
Choose a tag to compare
  • Debian Packaging
  • lint-party

FHS Compliant (for packaging)

31 Mar 14:53
Compare
Choose a tag to compare

Making ANY app behind firewall accessible via GSRN

23 Mar 08:34
91f5ec5
Compare
Choose a tag to compare

gsocket tool to hijack the network layer of any application.

gs tool to hijack any application

22 Mar 17:29
Compare
Choose a tag to compare

New tool 'gs' to make any application accessible via the Global Socket Relay Network. Works with OpenSSH, BitchX, openvpn, wireguard, netcat, ...

Cleanup

23 Feb 17:09
8f5b430
Compare
Choose a tag to compare

Terminal/ANSI code fixes
Spelling Mistake fixes

EEElite-Console & Filetransfer

20 Feb 15:30
Compare
Choose a tag to compare

EEElite-Console, File Transfer and alerts when admin logs in...

auto-reconnect

04 Nov 12:31
eb616a7
Compare
Choose a tag to compare
Merge pull request #6 from hackerschoice/reconnect

auto-reconnect

PTY rows/cols & Daemonize fixes

30 Oct 13:23
e594652
Compare
Choose a tag to compare
  • PTY resiz
  • Daemonize fix (if started when DNS is down)