mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-02-09 02:09:17 +08:00
Update SMB.go
This commit is contained in:
@@ -15,7 +15,6 @@ func SmbScan(info *Common.HostInfo) (tmperr error) {
|
||||
if Common.IsBrute {
|
||||
return nil
|
||||
}
|
||||
fmt.Println("[+] Smb扫描模块开始...")
|
||||
|
||||
startTime := time.Now().Unix()
|
||||
|
||||
@@ -61,7 +60,6 @@ func SmbScan(info *Common.HostInfo) (tmperr error) {
|
||||
}
|
||||
}
|
||||
}
|
||||
fmt.Println("[+] Smb扫描模块结束...")
|
||||
return tmperr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user