remote bash by multi channel (tcp/websocket)
-
remote bash by tcp
- python tcp_server.py(listen 7777)
- python tcp_client.py(connect to 7777)
-
remote bash by websocket
- python tcp_server.py
- python ws2tcp.py 6666 localhost:7777(proxy 6666 to 7777)
- python ws_client.py ws://localhost:6666
- [tcp_server]support multi connection