mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 05:01:53 +08:00
Update SMB2.go
This commit is contained in:
@@ -18,7 +18,6 @@ func SmbScan2(info *Common.HostInfo) (tmperr error) {
|
|||||||
if Common.IsBrute {
|
if Common.IsBrute {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
fmt.Println("[+] Smb2扫描模块开始...")
|
|
||||||
|
|
||||||
hasprint := false
|
hasprint := false
|
||||||
startTime := time.Now().Unix()
|
startTime := time.Now().Unix()
|
||||||
@@ -57,7 +56,6 @@ func smbHashScan(info *Common.HostInfo, hasprint bool, startTime int64) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Println("[+] Smb2扫描模块结束...")
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user