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