mirror of
https://github.com/yv1ing/ShotRDP.git
synced 2025-09-16 15:10:57 +08:00
22 lines
373 B
Go
22 lines
373 B
Go
package main
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestDoRDP(t *testing.T) {
|
|
/* 测试成功版本:
|
|
Windows Server 2008 ✔
|
|
Windows Server 2012 ✔
|
|
Windows Server 2016 ✔
|
|
Windows 7 ✔
|
|
Windows 10 ✔
|
|
*/
|
|
|
|
//DoRDP("192.168.251.128:3389")
|
|
//DoRDP("192.168.251.129:3389")
|
|
//DoRDP("192.168.251.130:3389")
|
|
//DoRDP("192.168.251.131:3389")
|
|
//DoRDP("192.168.251.132:3389")
|
|
}
|