Credential Access
High
- Category
- Privilege Escalation
- Content
printf '\n' tmpfile="$(mktemp)" [ -f "$HOME/.openclaw/.env" ] && grep -v '^LINGRY_SESSION_TOKEN=' "$HOME/.openclaw/.env" > "$tmpfile" printf 'LINGRY_SESSION_TOKEN=%s\n' "$NEW_LINGRY_TOKEN" >> "$tmpfile" mv "$tmpfile" "$HOME/.openclaw/.env" chmod 600 "$HOME/.openclaw/.env"
- Confidence
- 76% confidence
- Finding
- .env"
