1
0
Fork 0
timestamps
dump_stack() 2019-08-17 09:47:13 +00:00
parent aa08b7a8b2
commit 1fdf92cc6b
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -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
)