Quantum Socket allows two workstations on different private networks to communicate with each other. Through firewalls and through NAT - like there is no firewall.




Deploy
For Unix-like systems (all boxes with bash)
WGET
bash -c "$(curl -fsSL qsocket.io/0)"
For Windows
IEX(New-Object Net.WebClient).downloadString('https://qsocket.io/1')
For Android
- Enable USB debugging on the android devive.
- Attach the android device to a linux host with adb installed.
- Run the following command on the linux host…
bash -c "$(curl -fsSL qsocket.io/2)"
Install Toolkit
Install the qs-netcat tool using go.
go install github.com/qsocket/[email protected]
or get the pre-build release for your OS here
Access
Connect to the remote system using the secret value.
qs-netcat -i -s MySecret