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