Credential Access
High
- Category
- Privilege Escalation
- Content
print("To set credentials:") print(" export AC_API_URL='https://YOURACCOUNT.api-us1.com' # in your shell profile") print(" export AC_API_TOKEN='YOUR-TOKEN' # in your shell profile") print(" # or, if keyring is installed:") print(" python3 scripts/auth.py set <url> <token>") return 1 return 0- Confidence
- 72% confidence
- Finding
- keyring
