mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-06-14 01:57:55 +02:00
89d6bb8fb9
Auto-relay connect DMs with End Contact severing, signed fleet prekey lookup, OpenClaw private Infonet channel intents, headless relay Tor bootstrap on redeploy, and swarm/DM live verification scripts. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
162 B
Python
6 lines
162 B
Python
import sys
|
|
import main
|
|
|
|
peer = sys.argv[1] if len(sys.argv) > 1 else ""
|
|
print(main.compose_wormhole_dm(peer_id=peer, peer_dh_pub="", plaintext="fleet-dm-probe"))
|