Update SMB2.go

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

View File

@ -18,7 +18,6 @@ func SmbScan2(info *Common.HostInfo) (tmperr error) {
if Common.IsBrute { if Common.IsBrute {
return nil return nil
} }
fmt.Println("[+] Smb2扫描模块开始...")
hasprint := false hasprint := false
startTime := time.Now().Unix() startTime := time.Now().Unix()
@ -57,7 +56,6 @@ func smbHashScan(info *Common.HostInfo, hasprint bool, startTime int64) error {
} }
} }
} }
fmt.Println("[+] Smb2扫描模块结束...")
return nil return nil
} }