Update MSSQL.go

This commit is contained in:
影舞者 2024-12-19 22:29:23 +08:00 committed by GitHub
parent de076d1a13
commit 2969cac802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,6 @@ func MssqlScan(info *Common.HostInfo) (tmperr error) {
if Common.IsBrute { if Common.IsBrute {
return return
} }
fmt.Println("[+] Mssql扫描模块开始...")
starttime := time.Now().Unix() starttime := time.Now().Unix()
@ -44,7 +43,6 @@ func MssqlScan(info *Common.HostInfo) (tmperr error) {
} }
} }
} }
fmt.Println("[+] Mssql扫描模块结束...")
return tmperr return tmperr
} }