@@ -65,6 +65,7 @@ func main() {
os.Exit(130) // 128 + SIGINT(2) = 130,标准的中断退出码
}()
defer func() { _ = common.Cleanup() }()
defer common.CloseLogger()
// 执行扫描
core.RunScan(context.Background(), *result.Info, result.Session)
The note is not visible to the blocked user.