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.tar.gz
(13.1 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-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file sonex-0.1.tar.gz.
File metadata
- Download URL: sonex-0.1.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf0175dc44853a55c6b57f36aa64ca570927ce45ec27e37dee7a01e3e6300abc
|
|
| MD5 |
47be5fe0f54a2d56c9fe0a76a68ead59
|
|
| BLAKE2b-256 |
25a4cff7af674d17e00afd71b8c4ac07301e3241302351881930e57da64a770f
|
File details
Details for the file sonex-0.1-py3-none-any.whl.
File metadata
- Download URL: sonex-0.1-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 |
04615f2a72cc681516f9bd74198279e23a913e014335e2649ab90f0c7e1b1926
|
|
| MD5 |
46f21f29b76375683ef3eead8706446c
|
|
| BLAKE2b-256 |
b7aa3721e8dcfae5f29faf249e63fbdbfe1d848463ea145194b95cb0a84a29ed
|