Update RDP.go

This commit is contained in:
影舞者 2024-12-19 22:34:49 +08:00 committed by GitHub
parent f3ba1acd75
commit 95d806d4a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,6 @@ func RdpScan(info *Common.HostInfo) (tmperr error) {
if Common.IsBrute {
return
}
fmt.Println("[+] Rdp扫描模块开始...")
var (
wg sync.WaitGroup
@ -70,7 +69,6 @@ func RdpScan(info *Common.HostInfo) (tmperr error) {
for !signal {
}
fmt.Println("[+] Rdp扫描模块结束...")
return tmperr
}