mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-13 21:02:44 +08:00
Update SMB2.go
This commit is contained in:
parent
346ece01f6
commit
08ba177f52
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user