Credential Access
High
- Category
- Privilege Escalation
- Content
const STORE_SSID = process.env.OWNTRACKS_STORE_SSID === "1"; const LOG_COORDS = process.env.OWNTRACKS_LOG_COORDS === "1"; const KEYCHAIN_SERVICE = "owntracks-location"; const KEYCHAIN_ACCOUNT = "receiver-token"; const historyFile = join(DATA_DIR, "history.json");
- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
