Update SmbGhost.go

This commit is contained in:
影舞者 2024-12-19 22:38:32 +08:00 committed by GitHub
parent 08ba177f52
commit 1cfedda2ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,10 +101,8 @@ func SmbGhost(info *Common.HostInfo) error {
return nil
}
fmt.Println("[+] SmbGhost扫描模块开始...")
// 执行实际的SMB Ghost漏洞扫描
err := SmbGhostScan(info)
fmt.Println("[+] SmbGhost扫描模块结束...")
return err
}