TCP/UDP 터널 생성, HTTP를 통해 전송, SSH를 통해 보안. 동일한
chisel실행 파일에 클라이언트와 서버 모두 포함됩니다. 더 많은 정보: https://github.com/jpillora/chisel.
chisel server
chisel server {{[-p|--port]}} {{서버_포트}}
chisel server --auth {{사용자명}}:{{비밀번호}}
chisel client {{서버_IP}}:{{서버_포트}} {{로컬_포트}}:{{원격_서버}}:{{원격_포트}}
chisel client {{서버_IP}}:{{서버_포트}} {{로컬_호스트}}:{{로컬_포트}}:{{원격_서버}}:{{원격_포트}}
chisel client --auth {{사용자명}}:{{비밀번호}} {{서버_IP}}:{{서버_포트}} {{로컬_포트}}:{{원격_서버}}:{{원격_포트}}
chisel server {{[-p|--port]}} {{서버_포트}} --reverse --socks5
chisel client {{서버_IP}}:{{서버_포트}} R:socks