Critical Wormhole Tools v0.1.0
Critical Wormhole Tools v0.1.0
Initial release of Critical Wormhole Tools - secure network utilities using Magic Wormhole code-based addressing.
Installation
pip install critical-wormhole-toolsOr with pipx:
pipx install critical-wormhole-toolsIncluded Commands
wh nc- Netcat-style bidirectional pipe over wormholewh listen- Multi-purpose listener daemon (SSH, HTTP proxy, port forwarding)wh ssh- SSH client over wormholewh scp- Secure file copywh sftp- Interactive SFTP clientwh curl- HTTP requests through wormhole proxywh wget- File downloads through wormhole proxy
Quick Start
Server:
wh listen --ssh
# Output: Listening on code: 7-guitar-sunsetClient:
wh ssh 7-guitar-sunset
# You're now connected!Features
- No IP addresses - use memorable codes like
7-guitar-sunset - No port forwarding - works through NAT automatically
- End-to-end encrypted - PAKE-based key exchange
- Cross-platform - Linux, macOS, Windows
See README for full documentation.