
Socat 命令总结 - 扛枪的书生 - 博客园
2024年12月24日 · Socat 是一个功能强大的网络工具(相当于是增强版 netcat),它可以在两个数据流之间建立通道,且支持的数据流类型非常丰富,例如:TCP、UDP、TUN、SOCKS 代理、UNIX 套接字、STDIO 标准输入输出流、PIPE 管道流、OPEN 文件流、EXEC/SHELL/SYSTEM 进程流、OPENSSl 加密流等。 ADDRESS_1 和 ADDRESS_2 表示两个通信的端点,即数据流。 OPTION 用于设置全局选项,比如单向模式、调试模式、日志级别等。 【注:单向模式中的 -u …
Linux 命令详解:socat 命令 - 双向数据传输工具 - 知乎
socat 支持众多协议和链接方式,如 IP 、TCP、 UDP、 IPv6 、PIPE、EXEC、System、Open、Proxy、Openssl、Socket 等。 支持广播和多播、抽象 Unix sockets、Linux tun/tap、GNU readline 和 PTY,并提供了分叉、记录和进程间通信的不同模式。 项目网址: dest-unreach.org/socat/ socat 命令由 socat 软件包提供,在 Debian/Ubuntu 系统上可以使用如下命令进行安装。 语法: 选项: -V :显示版本信息及特性。 -h|-? :显示帮助信息,包括选 …
Socat 入门教程 - 奇妙的 Linux 世界
2018年5月17日 · Socat 是 Linux 下的一个多功能的网络工具,名字来由是 「Socket CAT」。 其功能与有瑞士军刀之称的 Netcat 类似,可以看做是 Netcat 的加强版。 Socat 的主要特点就是在两个数据流之间建立通道,且支持众多协议和链接方式。
socat: The General Bidirectional Pipe Handler - Linux.com
2009年6月9日 · I say that socat works on two locations rather than two files because you can grab data from a network socket, named pipe, or even setup a general virtual network interface as one end point. In this article, we’ll take a look at socat and a few of its uses and end up creating a VPN over an ssh connection using a single command from the ssh ...
Getting started with socat, a multipurpose relay tool for Linux
2020年6月25日 · Let's get started with some basic examples of using socat for various connections. 1. Connect to TCP port 80 on the local or remote system: In this case, socat transfers data between STDIO (-) and a TCP4 connection to port 80 on a host named www.example.com. 2. Use socat as a TCP port forwarder: For a single connection, enter:
新版瑞士军刀:socat - 知乎 - 知乎专栏
使用 socat 需要提供两个地址,然后 socat 做的事情就是把这两个地址的数据流串起来,把第左边地址的输出数据传给右边,同时又把右边输出的数据传到左边。
socat1(1) - Arch manual pages
Socat is a command line based utility that establishes two bidirectional byte streams and transfers data between them.
socat 代理和端口转发-谢先斌的博客 - chinese
2024年1月21日 · socat(SOcket CAT)是一个命令行程序,实现建立两个双向字节流,并在它们之间传输数据。支持代理IP、TCP、UDP、IPv6、PIPE、socket等协议
tar - socat pipe to pipe for multiple open-write-close and open …
I'm trying to use socat on two systems in order to send a multivolume tar from one system to the other. Multivolume is an absolute requirement as I'm trying to shift potentially petabytes of data to a mounted tape archive. Ultimately, I'm want to do something like this: ... (The chvol script just echos the path /tmp/pipe1.)
新版瑞士军刀:socat - CSDN博客
2024年10月30日 · 使用 socat 需要提供两个地址,然后 socat 做的事情就是把这两个地址的数据流串起来,把第左边地址的输出数据传给右边,同时又把右边输出的数据传到左边。
- 某些结果已被删除