mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
Update MySQL.go
This commit is contained in:
parent
8984ae52a3
commit
8837f61197
@ -14,7 +14,6 @@ func MysqlScan(info *Common.HostInfo) (tmperr error) {
|
|||||||
if Common.IsBrute {
|
if Common.IsBrute {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Println("[+] Mysql扫描模块开始...")
|
|
||||||
|
|
||||||
starttime := time.Now().Unix()
|
starttime := time.Now().Unix()
|
||||||
|
|
||||||
@ -44,7 +43,6 @@ func MysqlScan(info *Common.HostInfo) (tmperr error) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Println("[+] Mysql扫描模块结束...")
|
|
||||||
return tmperr
|
return tmperr
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user