From 38f0e66f642af5f195ea312ea335e65f95abd1e5 Mon Sep 17 00:00:00 2001 From: zb <263282858@qq.com> Date: Thu, 21 Nov 2024 09:27:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=94=9F=E6=88=90=E8=AF=B1?= =?UTF-8?q?=E9=A5=B5=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0=E7=9A=84=E8=AF=A6?= =?UTF-8?q?=E7=BB=86=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KSecMain/module/ransomware.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KSecMain/module/ransomware.go b/KSecMain/module/ransomware.go index 267bff3..032c5fd 100644 --- a/KSecMain/module/ransomware.go +++ b/KSecMain/module/ransomware.go @@ -399,7 +399,7 @@ func generateFileName(randString string, baitFileNames *[]string) { } } -// 生成诱饵目录名称 +// 生成诱饵目录名称(通过system-uuid保证每个系统的诱饵名称不同) func createRandBaitName() string { cmd := exec.Command("/usr/sbin/dmidecode", "-s", "system-uuid") output, err := cmd.Output() -- Gitee