mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 05:12:36 +08:00
Update FTP.go
This commit is contained in:
parent
5c05965967
commit
035bf862a3
@ -14,7 +14,6 @@ func FtpScan(info *Common.HostInfo) (tmperr error) {
|
||||
if Common.IsBrute {
|
||||
return
|
||||
}
|
||||
fmt.Println("[+] FTP扫描模块开始...")
|
||||
|
||||
starttime := time.Now().Unix()
|
||||
|
||||
@ -56,7 +55,6 @@ func FtpScan(info *Common.HostInfo) (tmperr error) {
|
||||
}
|
||||
}
|
||||
}
|
||||
fmt.Println("[+] FTP扫描模块结束...") // 添加结束打印
|
||||
return tmperr
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user