Find passwords
MimiPenguin
Takes advantage of cleartext credentials in memory by dumping the process and extracting lines that have a high probability of containing cleartext passwords. Must have root permissions.
Home Directories
User's home directories can contain plaintext passwords. For example :
Configuration Files
/etc directory and subdirectories
Scheduled Jobs
The cron configuration files and systemd timer units might contain scripts with embedded credentials.
Application Files
Custom applications might store passwords in their configuration files. Check any locations where you have custom software installed.
Last updated
Was this helpful?