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
sonx-0.1.0.tar.gz
(13.0 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
sonx-0.1.0-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file sonx-0.1.0.tar.gz.
File metadata
- Download URL: sonx-0.1.0.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0816e9f1430ba3e0e19664c8d4686d30d3f17bb26575b592215825c6baec8198
|
|
| MD5 |
da58c90a490d313e12595f3ef4a57d53
|
|
| BLAKE2b-256 |
7984ace79c8ba7cc69e6e9892221b49e65796a76cd8ee4446b7f670b7ea368e0
|
File details
Details for the file sonx-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sonx-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.9 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 |
ef6cc50e7ba0a69fab4786cbed09b69aa3c09df1b7e787d5186d9b43e5761beb
|
|
| MD5 |
989fc1a85f6151521db7916b1ad2c524
|
|
| BLAKE2b-256 |
a250d68f58837a28a48c6746e5cf0afc242e3ba60d60717450b6b797298e78b6
|