mirror of
https://github.com/yv1ing/ShotRDP.git
synced 2025-09-16 15:10:57 +08:00
调整代码,重新测试功能
This commit is contained in:
BIN
192.168.251.128_3389.png
Normal file
BIN
192.168.251.128_3389.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
BIN
192.168.251.129_3389.png
Normal file
BIN
192.168.251.129_3389.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
192.168.251.130_3389.png
Normal file
BIN
192.168.251.130_3389.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 828 KiB |
BIN
192.168.251.131_3389.png
Normal file
BIN
192.168.251.131_3389.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
BIN
192.168.251.132_3389.png
Normal file
BIN
192.168.251.132_3389.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
12
rdp_test.go
12
rdp_test.go
@@ -6,16 +6,16 @@ import (
|
|||||||
|
|
||||||
func TestDoRDP(t *testing.T) {
|
func TestDoRDP(t *testing.T) {
|
||||||
/* 测试成功版本:
|
/* 测试成功版本:
|
||||||
Windows Server 2008
|
Windows Server 2008 ✔
|
||||||
Windows Server 2012
|
Windows Server 2012 ✔
|
||||||
Windows Server 2016
|
Windows Server 2016 ✔
|
||||||
Windows 7
|
Windows 7 ✔
|
||||||
Windows 10
|
Windows 10 ✔
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
//DoRDP("192.168.251.128:3389")
|
||||||
//DoRDP("192.168.251.129:3389")
|
//DoRDP("192.168.251.129:3389")
|
||||||
//DoRDP("192.168.251.130:3389")
|
//DoRDP("192.168.251.130:3389")
|
||||||
//DoRDP("192.168.251.131:3389")
|
//DoRDP("192.168.251.131:3389")
|
||||||
//DoRDP("192.168.251.132:3389")
|
//DoRDP("192.168.251.132:3389")
|
||||||
DoRDP("192.168.251.133:3389")
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user