linux_lcx
http://www.hackblog.cn/post/62.html
找了挺多都是编译都是报错的,不过还是找到一个编译好的。
使用环境:
当手上只有linux,然后想通过它来转发一下再连接一下3389
vpsip:8.8.8.8
aimip:1.1.1.1
Usage:./portmap -m method [-h1 host1] -p1 port1 [-h2 host2] -p2 port2 [-v] [-log filename]
-v: version
-h1: host1
-h2: host2
-p1: port1
-p2: port2
-log: log the data
-m: the action method for this tool
1: listen on PORT1 and connect to HOST2:PORT2
2: listen on PORT1 and PORT2
3: connect to HOST1:PORT1 and HOST2:PORT2
Let me exit...all overd
监听vpsip的2333端口,然后转发给3389端口
./portmap -m 2 -p1 2333 -p2 3389
再在aimip上面执行,将aimip的3389转发到vpsip的2333上面
lcx.exe -slave 8.8.8.8 2333 127.0.0.1 3389
然后直接mstsc去连接8.8.8.8:3389
下载地址:
http://www.hackblog.cn/zb_users/upload/2015/02/201502111423733343281208.rar
know it then do it
【推荐】2025 HarmonyOS 鸿蒙创新赛正式启动,百万大奖等你挑战
【推荐】博客园的心动:当一群程序员决定开源共建一个真诚相亲平台
【推荐】开源 Linux 服务器运维管理面板 1Panel V2 版本正式发布
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 从 Redis 客户端超时到 .NET 线程池挑战
· C23和C++26的#embed嵌入资源指南
· 「EF Core」框架是如何识别实体类的属性和主键的
· 独立开发,这条路可行吗?
· 我在厂里搞 wine 的日子
· 他没买 iPad,而是花了半年时间,为所有“穷学生”写了个笔记神器
· Visual Studio 现已支持新的、更简洁的解决方案文件(slnx)格式
· 只需一行命令,Win11秒变Linux开发主机!
· 也是出息了,业务代码里面也用上算法了。
· 从 Redis 客户端超时到 .NET 线程池挑战:饥饿、窃取与阻塞的全景解析