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