← Back to search

Search for Passwords in App Directories

privesclinuxchecklist

Summary

Reuse any discovered credentials against other users and services.

Walkthrough

Grep application data directories for hardcoded or stored passwords.

Commands

bash

grep -r password /var/lib/<APP> 2>/dev/null