Linux Local Password Attacks
Credential Hunting in Linux
Configuration Files
for l in $(echo ".conf .config .cnf");do echo -e "\nFile extension: " $l; find / -name *$l 2>/dev/null | grep -v "lib\|fonts\|share\|core" ;done
File extension: .conf
/run/tmpfiles.d/static-nodes.conf
/run/NetworkManager/resolv.conf
/run/NetworkManager/no-stub-resolv.conf
/run/NetworkManager/conf.d/10-globally-managed-devices.conf
...SNIP...
/etc/ltrace.conf
/etc/rygel.conf
/etc/ld.so.conf.d/x86_64-linux-gnu.conf
/etc/ld.so.conf.d/fakeroot-x86_64-linux-gnu.conf
/etc/fprintd.conf
File extension: .configCredentials in Configuration Files
Databases
Notes
Scripts
Cronjobs
SSH Keys
SSH Private Keys
SSH Public Keys
History
Bash History
Logs
Memory and Cache
Memory - Mimipenguin
Memory - LaZagne
Browsers
Passwd, Shadow & Opasswd
Passwd File
Cracking Linux Credentials
Last updated