diff --git a/src/detection/terminalshell/terminalshell_linux.c b/src/detection/terminalshell/terminalshell_linux.c index 957a0b304..ad2c09dd3 100644 --- a/src/detection/terminalshell/terminalshell_linux.c +++ b/src/detection/terminalshell/terminalshell_linux.c @@ -150,6 +150,7 @@ static void getTerminalShell(FFTerminalShellResult* result, pid_t pid) //Known shells if ( + strcasecmp(name, "ash") == 0 || strcasecmp(name, "bash") == 0 || strcasecmp(name, "zsh") == 0 || strcasecmp(name, "ksh") == 0 ||