From 78e3bd99ab3c8d8794d8d6563f4d81ef0121bdaf Mon Sep 17 00:00:00 2001 From: Hetav Pandya <60848863+pandyah5@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:39:38 -0500 Subject: [PATCH] ripmime: add page (#11654) * Add page for ripmime cmd under Linux * ripmime: fix typo * ripmime: implement suggestions * ripmime: Fixed dir name --- pages/linux/ripmime.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/ripmime.md 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`