Check Config Files and Environment
enumerationlinuxchecklist
Summary
Application config files and environment variables frequently store secrets.
Walkthrough
Search config files and environment variables for stored credentials.
Commands
bash
grep -R "pass" /usr/share/<APP> 2>/dev/null
bash
env