Credential Access
High
- Category
- Privilege Escalation
- Content
# Read from stdin or file echo "data" | python3 scripts/encode_decode.py encode base64 --stdin python3 scripts/encode_decode.py hash sha256 --file secret.txt ``` ## Supported Formats
- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
