Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hackerschoice/gsocket
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Feb 23, 2021
2 parents dd2e833 + a40bcc7 commit f6adfba
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Global Socket
**Moving data from here to there. Securely, Fast and trough NAT/Firewalls.**

![Anim](https://hackerschoice.github.io/gsocket-anim2.gif)

Global Socket allows two users behind NAT/Firewall to establish a TCP connection with each other. Securely.

[![Watch the video](https://github.com/hackerschoice/hackerschoice.github.io/blob/master/eeelite-console-blank2.png)](https://www.youtube.com/watch?v=tmf9VGDPILE)

**Features:**
- Uses the Global Socket Relay Network to connect TCP pipes
- End-2-End encryption (using OpenSSL's SRP / [RFC 5054](https://tools.ietf.org/html/rfc5054))
Expand All @@ -26,13 +26,16 @@ Includes:

<A></A>|<A></A>
----------|-------------
Download|[gsocket-1.4.22.tar.gz](https://github.com/hackerschoice/gsocket/releases/download/v1.4.22/gsocket-1.4.22.tar.gz) (Linux, MacOS, FreeBSD, Solaris)
Debian/Ubuntu| [gsocket_1.4.22_all.deb](https://github.com/hackerschoice/binary/raw/main/gsocket/latest/gsocket_1.4.22_all.deb)
Download|[gsocket-1.4.24.tar.gz](https://github.com/hackerschoice/gsocket/releases/download/v1.4.24/gsocket-1.4.24.tar.gz) (Linux, MacOS, FreeBSD, Solaris)
Debian/Ubuntu| [gsocket_1.4.24_all.deb](https://github.com/hackerschoice/binary/raw/main/gsocket/latest/gsocket_1.4.24_all.deb)
Windows| use docker (see below)
Man Page| [gs-netcat(1)](https://hackerschoice.github.io/gs-netcat.1.html), [gs-mount(1)](https://hackerschoice.github.io/gs-mount.1.html), [gs-sftp(1)](https://hackerschoice.github.io/gs-sftp.1.html), [blitz(1)](https://hackerschoice.github.io/blitz.1.html)
Docker| docker run --rm -it hackerschoice/gsocket
Docker| docker run --rm -it hackerschoice/gsocket-tor # gs via TOR

Video 1: [https://www.thc.org/gsocket-anim2.gif](https://www.thc.org/gsocket-anim2.gif)
Video 2: [https://www.youtube.com/watch?v=tmf9VGDPILE](https://www.youtube.com/watch?v=tmf9VGDPILE)

**BETA BETA BETA. PRIVATE RELEASE ONLY.**
---
**TEST SERVER FOR TESTING = TRY ANY OF THESE COMMANDS**
Expand Down

0 comments on commit f6adfba

Please sign in to comment.