1
0
此提交包含在:
2019-08-17 09:47:13 +00:00
父節點 aa08b7a8b2
當前提交 1fdf92cc6b

查看文件

@ -34,7 +34,7 @@ type ArtifactType int
const (
// KernelModule is any kind of kernel module
KernelModule ArtifactType = iota
// KernelExploit is the privelege escalation exploit
// KernelExploit is the privilege escalation exploit
KernelExploit
)