首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 很简单的端口转发通过SSL隧道

很简单的端口转发通过SSL隧道

  • 资源大小:1.12 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 简单 ssl 转发 端口 通过 隧道

资 源 简 介

A simple daemon checks every 20 seconds if a plink ssh tunnel (with port forwarding) is still alive, if not it is re-established. Platform: ms-win This can be useful as a quick solution on ms-win client machines. The Script relies on plink.exe and pskill.exe, which are not included here. Use the links on the right to get plink.exe and pskill.exe. Platform: unix and others plink is also available for unix systems. It should be easy to modify the script. Client config There is a config section at the beginning of telnet.py: TESTHOST = "127.0.0.1" TESTPORT = "2121" TELNET_TIMEOUT = 10 PSKILLPATH = "c:Programmepylinkpskill.exe" You also have to adjust the connect.cmd, insert your ssh username and password and the server: plink -l root -pw mysecretpass -D 127.0.0.1:1080 -L 127.0.0.1:2121:localhost:21 server.example.com In this example the -D is a pro

文 件 列 表

py-mans-tunnel-V01
connect.cmd
PROXY-TUNNEL.cmd
telnet.py

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP