Server
Reverse RDP
Cirrus.Kim
2015. 9. 24. 10:21
내 컴퓨터 A
원격을 할 대상 서버 B
- Syntax: plink.exe
-P 22 -C -R 127.0.0.1:12345: :3389 -l netspi -pw letmein - Example: plink.exe 192.168.1.100 -P 22 -C -R 127.0.0.1:12345:192.168.1.5:3389 -l test -pw password
https://blog.netspi.com/how-to-access-rdp-over-a-reverse-ssh-tunnel/