Update SMB.go

This commit is contained in:
影舞者
2024-12-19 22:35:53 +08:00
committed by GitHub
parent 95d806d4a9
commit 346ece01f6

View File

@@ -15,7 +15,6 @@ func SmbScan(info *Common.HostInfo) (tmperr error) {
if Common.IsBrute {
return nil
}
fmt.Println("[+] Smb扫描模块开始...")
startTime := time.Now().Unix()
@@ -61,7 +60,6 @@ func SmbScan(info *Common.HostInfo) (tmperr error) {
}
}
}
fmt.Println("[+] Smb扫描模块结束...")
return tmperr
}