File: README.md

package info (click to toggle)
gsocket 1.4.43-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,224 kB
  • sloc: ansic: 14,009; sh: 3,629; makefile: 155
file content (65 lines) | stat: -rw-r--r-- 1,401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65


GSOCKET works on Linux, FreeBSD, macOS, Cygwin and many others. If the particular OS is not listed here then try the *Install Script* or *compile from source*.

---
***Static Binary***

The [deploy instructions](https://www.gsocket.io/deploy/) are the fastest way to install gsocket. Some people say it's the **_World's smallest backdoor_**.

A stripped down version of just gs-netcat (without blitz, gs-mount, gs-ftp, ...) and no help (`--help`) is available as [pre-compiled static binary](https://github.com/hackerschoice/binary/tree/main/gsocket/bin).

---

**Lastest Source: https://github.com/hackerschoice/gsocket/releases/latest**  

---
**Generic - Compile from GitHub**
```
/bin/bash -c "$(curl -fsSL gsocket.io/install.sh)"
```
---
**Generic - Compile from Source**

Download the [latest source](https://github.com/hackerschoice/gsocket/releases/latest).
```
tar xfz gsocket-*.tar.gz
cd gsocket-*
./configure && make install
```
---
**Debian/Ubuntu/Kali**
```
apt update
apt install gsocket
```
---
**Other Linux**
```
curl -fsSL https://github.com/hackerschoice/binary/blob/main/gsocket/latest/gsocket_latest_all.deb --output gsocket_latest.deb
dpkg -i gsocket_latest.deb
```
---
**FreeBSD**
```
pkg update
pkg install gsocket
```
---
**Docker**

Try gsocket with Docker.
```
docker run --rm -it hackerschoice/gsocket
```
```
docker run --rm -it hackerschoice/gsocket-tor
```
---