windows端口转发工具(3款)
2021-10-28 21:00:23 1.07MB 端口转发
1
c#做的端口转发工具,modbus传感器数据通过外网连接服务器的502端口,但是传感器又是的modbus从站,所以开发了这款转发工具,和一般的端口转发有区别,这里实现的是502-503端口的数据互转,502是tcpserver,503也是TCPserver,tcp clienttcpserver(502)tcpserver(503)tcpclient
2021-10-21 23:46:37 214KB modbus 端口转发 502
1
端口转发工具源码 内网穿透,类似LCX最近在用云服务器写点东西,服务器的CPU有点吃不消,于是想到了使用云服务器作为跳板,转到家里的机子,但是天朝的忘了都是局域网...于是写了这个小工具...用法类似LCX,需要一台有公网IP的主机作为跳板,跳到内网主机客户端 → 中转端(公网IP) → 目的端(内网IP)
2021-08-25 20:50:57 16KB 易语言
1
通过端口转发,协议透传,记录通讯协议日志
2021-08-13 17:16:14 309KB C#源码 网络端口转发 程序调试
1
socat端口转发工具,用于内网穿透,比较好用。。。。。。。。。。。
2021-08-06 17:02:01 688KB socat
1
linux端口转发
2021-06-22 11:00:44 113KB Linux端口转发
1
由于OfficeLite无物理网口,如需EthernetKRL,需安装KUKA Router插件,才能在OfficeLite通讯功能。
2021-06-17 18:16:35 44KB 端口转发工具插件 KUKARobot
1
外网到内网的TCP/IP端口映射工具。转发工具。
2021-05-01 19:17:26 290KB 端口映射 TCP/IP 转发
1
端口转发 # 查看所有转发 netsh interface portproxy show all # 端口转发 netsh interface portproxy add v4tov4 listenport=80 listenaddress=192.168.1.80 connectport=9000 connectaddress=192.168.1.80 # 删除规则 netsh interface portproxy delete v4tov4 listenport=80 listenaddress=192.168.1.80 # 使用netstat确保3340端口当前处于被侦听状态: netstat -ano | findstr :80 # 查看系统防火墙状态 netsh firewall show state # 查看所有类型的防火墙状态 netsh advfirewall show allprofiles # 禁用系统防火墙 netsh advfirewall set currentprofile state on # 启用防火墙 netsh advfirewall set currentprofile state off 端口映射 Usage: D:\Download\DivertTCPconn-master\compiled_binaries\Binaries_x64\divertTCPConn.exe original_dstport new_dstport [disablechecksum] [debug] Examples: D:\Download\DivertTCPconn-master\compiled_binaries\Binaries_x64\divertTCPConn.exe 3389 31337 D:\Download\DivertTCPconn-master\compiled_binaries\Binaries_x64\divertTCPConn.exe 3389 31337 disablechecksum debug
2021-04-18 13:01:17 1.87MB 端口转发工具
1
在公司内网做过测试,UDP端口可以转发成功,效率高,很好用。 直接运行sudppipe.exe即可,带参数说明。文件夹下其他文件是源码。
2021-04-09 20:39:59 64KB UDP 端口转发 源码
1