From bf8b60cd33aa15e84747d84dcb324b84fb08a770 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Thu, 24 Oct 2024 15:36:05 -0400 Subject: [PATCH] Fix cursor placement --- detection/evasion/hidden-executable.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detection/evasion/hidden-executable.sql b/detection/evasion/hidden-executable.sql index 0c66fe4..c41d838 100644 --- a/detection/evasion/hidden-executable.sql +++ b/detection/evasion/hidden-executable.sql @@ -74,6 +74,7 @@ WHERE ( '~/.pulumi', '~/Code', '~/code', + '~/.cursor', '~/Projects', '~/src', '~/.sdkman', @@ -92,7 +93,6 @@ WHERE ( '~/.config/bluejeans-v2', '~/.config/Code', '~/.config/nvm', - '~/.cursor', '~/.deno/bin', '~/.devpod/contexts', '~/.docker/cli-plugins',