ripmime
Extract attachments out of a MIME encoded email package. More information: <https://pldaniels.com/ripmime>.
Install
- All systems
-
curl cmd.cat/ripmime.sh
- Debian
-
apt-get install ripmime - Ubuntu
-
apt-get install ripmime -
Alpine
-
apk add ripmime - Kali Linux
-
apt-get install ripmime - Fedora
-
dnf install ripmime - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ripmime - OS X
-
brew install ripmime - Raspbian
-
apt-get install ripmime - Docker
-
docker run cmd.cat/ripmime ripmimepowered by Commando
Extract attachments out of a MIME encoded email package. More information: <https://pldaniels.com/ripmime>.
-
Extract file contents in the current directory:
ripmime -i path/to/file -
Extract file contents in a specific directory:
ripmime -i path/to/file -d path/to/directory -
Extract file contents and print verbose output:
ripmime -i path/to/file -v -
Get detailed information about the whole decoding process:
ripmime -i path/to/file --debug
© tl;dr; authors and contributors