mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-02-09 02:09:17 +08:00
Update RDP.go
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user