Update Postgres.go

This commit is contained in:
影舞者
2024-12-19 22:34:09 +08:00
committed by GitHub
parent e34b737b87
commit f3ba1acd75

View File

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