增加爆破关闭参数 -nobr

This commit is contained in:
影舞者
2021-11-25 10:16:39 +08:00
parent dd00ec7bac
commit e49e6dd433
8 changed files with 29 additions and 9 deletions
+3
View File
@@ -9,6 +9,9 @@ import (
)
func FtpScan(info *common.HostInfo) (tmperr error) {
if common.IsBrute {
return
}
starttime := time.Now().Unix()
flag, err := FtpConn(info, "anonymous", "")
if flag == true && err == nil {