Shell A tool to dump the login password from the current linux user
mimipenguin
A tool to dump the login password from the current linux desktop user. Adapted after the idea behind the popular Windows tool mimikatz.
Special thanks to pugilist for cleaning up PID extraction and testing.
Details
Takes advantage of cleartext credentials in memory by dumping the process and extracting lines that have a high probability of containing cleartext passwords. Will attempt to calculate each word's probability by checking hashes in /etc/shadow, hashes in memory, and regex searches.