You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./sandcat-arm64 -v
Starting sandcat in verbose mode.
[-] Error when initializing agent: exec: "whoami": executable file not found in $PATH
[-] Exiting.
Expected behavior
Not all platforms have whoami -- soft-fail instead of a terminal error?
Desktop (please complete the following information):
arm64 / IoT / debian
The text was updated successfully, but these errors were encountered:
Describe the bug
Sandcat agent fails on startup when
whoami
command is not found on the platform.sandcat/gocat/agent/agent_util.go
Line 15 in e903198
To Reproduce
Steps to reproduce the behavior:
whoami
e.g. rename, alter path etcExpected behavior
Not all platforms have
whoami
-- soft-fail instead of a terminal error?Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: