diff --git a/pages/linux/ripmime.md b/pages/linux/ripmime.md new file mode 100644 index 000000000..1dbffbfc9 --- /dev/null +++ b/pages/linux/ripmime.md @@ -0,0 +1,20 @@ +# ripmime + +> Extract attachments out of a MIME encoded email package. +> More information: . + +- 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`