Update SmbGhost.go

This commit is contained in:
影舞者
2024-12-19 22:38:32 +08:00
committed by GitHub
parent 08ba177f52
commit 1cfedda2ce
-2
View File
@@ -101,10 +101,8 @@ func SmbGhost(info *Common.HostInfo) error {
return nil return nil
} }
fmt.Println("[+] SmbGhost扫描模块开始...")
// 执行实际的SMB Ghost漏洞扫描 // 执行实际的SMB Ghost漏洞扫描
err := SmbGhostScan(info) err := SmbGhostScan(info)
fmt.Println("[+] SmbGhost扫描模块结束...")
return err return err
} }