Superior Organised Network - Remote access tool
Project description
son — Superior Organised Network
Remote access tool with a daemon-agent architecture. Run sond on target machines, connect via son CLI or web UI.
Install
pip install son
# or with web UI support:
pip install "son[web]"
Quick start
On the target machine (the one you want to access):
sond
On your machine (the one you connect from):
# Discover sond instances on LAN
son discover
# Connect to a remote shell
son connect 192.168.1.50
# Tunnel a local port through the target
son tunnel 192.168.1.50 -L 8080:localhost:80
# Web terminal UI
son web
How it works
| Component | Runs on | Purpose |
|---|---|---|
sond |
Target machine | UDP broadcast (LAN discovery), WebSocket server for shell + tunnels |
son |
Your machine | CLI + web UI, connects to sond instances |
Commands
| Command | Description |
|---|---|
sond |
Start daemon (-p port, --password, --no-broadcast) |
son discover |
Scan LAN for sond instances |
son connect <host> |
Open remote shell (-s powershell/bash/cmd) |
son tunnel <host> -L local:remote:port |
Local port forwarding |
son web |
Browser-based terminal at http://127.0.0.1:8585 |
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sonex-0.1.10.tar.gz
(20.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
sonex-0.1.10-py3-none-any.whl
(27.1 kB
view details)
File details
Details for the file sonex-0.1.10.tar.gz.
File metadata
- Download URL: sonex-0.1.10.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb83a4299e51ce62e2eb92b6e49c832f69c7edb80bc5dd7250a9bcb2eb0e8eef
|
|
| MD5 |
5288b36f855f7ac0dd81ff21dc33b9c6
|
|
| BLAKE2b-256 |
f7326f83250538229d08516fa2422bdb6b23b32514429f565a3f417e4ccbd2b9
|
File details
Details for the file sonex-0.1.10-py3-none-any.whl.
File metadata
- Download URL: sonex-0.1.10-py3-none-any.whl
- Upload date:
- Size: 27.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb38ecb1736d7a4aa46e38a3e2f6f65ef6e6c46b3a5365fa6d762a0f71912d40
|
|
| MD5 |
064ee4d716343453c646b58465c13053
|
|
| BLAKE2b-256 |
2e9aa32eff06080105e92668eb343aa00c5a0135888e58e20215d9728a8ee70a
|