[Forensics-changes] [magicrescue] 17/19: Imported Upstream version 1.1.9

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Mon Nov 3 19:06:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

eriberto pushed a commit to branch debian
in repository magicrescue.

commit dea95500e6ef5e40ae6e9a80e261806bfd0b1e6c
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Mon Nov 3 17:02:30 2014 -0200

    Imported Upstream version 1.1.9
---
 ChangeLog                  | 15 +++++++++++++++
 NEWS                       |  3 +++
 doc/dupemap.1              |  4 ++--
 doc/magicrescue.1          |  4 ++--
 doc/magicsort.1            |  4 ++--
 recipes/mbox               | 37 +++++++++++++++++++++++++++++++++++++
 recipes/mbox-mozilla-inbox | 40 ++++++++++++++++++++++++++++++++++++++++
 recipes/mbox-mozilla-sent  | 40 ++++++++++++++++++++++++++++++++++++++++
 8 files changed, 141 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 83e4ec4..ea84e68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,21 @@
 For less detailed change information, see the NEWS file
 
 ------------------------------------------------------------------------
+r832 | jbj | 2010-04-12 20:12:47 +0200 (Mon, 12 Apr 2010) | 1 line
+Changed paths:
+   M /magicrescue/trunk/new_NEWS
+   A /magicrescue/trunk/recipes/rar
+   M /magicrescue/trunk/release.sh
+
+Add RAR recipe
+------------------------------------------------------------------------
+r825 | jbj | 2009-11-04 16:27:13 +0100 (Wed, 04 Nov 2009) | 1 line
+Changed paths:
+   M /magicrescue/trunk/NEWS
+   M /magicrescue/trunk/new_NEWS
+
+Release 1.1.8
+------------------------------------------------------------------------
 r824 | jbj | 2009-11-03 10:00:58 +0100 (Tue, 03 Nov 2009) | 1 line
 Changed paths:
    M /magicrescue/trunk/new_NEWS
diff --git a/NEWS b/NEWS
index 71d219a..cbaf6ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 1.1.9: Mon Apr 12 20:21:16 CEST 2010
+- Recipe for rar archives
+
 Version 1.1.8: Wed Nov  4 16:12:53 CET 2009
 - Add mbox recipes, contributed by Jeff Bucove.
 - Raise maximum virtual memory usage for helper programs from 50MB to 1024MB.
diff --git a/doc/dupemap.1 b/doc/dupemap.1
index fd776b2..3f23b4d 100644
--- a/doc/dupemap.1
+++ b/doc/dupemap.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05)
+.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -124,7 +124,7 @@
 .\" ========================================================================
 .\"
 .IX Title "DUPEMAP 1"
-.TH DUPEMAP 1 "2008-06-26" "1.1.8" "Magic Rescue"
+.TH DUPEMAP 1 "2008-06-26" "1.1.9" "Magic Rescue"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/doc/magicrescue.1 b/doc/magicrescue.1
index c8f0d76..85146de 100644
--- a/doc/magicrescue.1
+++ b/doc/magicrescue.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05)
+.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -124,7 +124,7 @@
 .\" ========================================================================
 .\"
 .IX Title "MAGICRESCUE 1"
-.TH MAGICRESCUE 1 "2008-10-29" "1.1.8" "Magic Rescue"
+.TH MAGICRESCUE 1 "2008-10-29" "1.1.9" "Magic Rescue"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/doc/magicsort.1 b/doc/magicsort.1
index ad4307a..bf48a31 100644
--- a/doc/magicsort.1
+++ b/doc/magicsort.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man 2.1801 (Pod::Simple 3.05)
+.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -124,7 +124,7 @@
 .\" ========================================================================
 .\"
 .IX Title "MAGICSORT 1"
-.TH MAGICSORT 1 "2008-06-26" "1.1.8" "Magic Rescue"
+.TH MAGICSORT 1 "2008-06-26" "1.1.9" "Magic Rescue"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
diff --git a/recipes/mbox b/recipes/mbox
new file mode 100644
index 0000000..e220e74
--- /dev/null
+++ b/recipes/mbox
@@ -0,0 +1,37 @@
+# Extracts mbox files. ...(c)GPL: jeffery bucove Oct 2009
+
+# find the class specific "mbox" identifier string
+# at offset zero, find six char string "From -"
+
+# 0 string From -
+0 string From -
+
+# the extension may be removed as you see fit
+# it is only for human file management convenience
+# and is added to the filename by magicrescue at runtime
+
+extension mbx
+
+command sed '/\x00\x00\x00/q' >"$1"
+
+# sed streams throughput to $1 and matches three null bytes for a termination
+# condition. On an undamaged mbox file, you could use a single null byte
+# pattern match; however for the purposes of my particulat data recovery
+# situation, I found three nulls to be useful for a recovery which satisfied my
+# whim for larger and fewer recovered files.
+
+# it will include non-printable chars which will result in a non-text file
+
+# Other useful termination conditions may involve the use of non-printable
+# chars which are illegal in mbox files, and may provide for a text file output
+# if the data you are working from is undamaged: examples may include 
+# command sed '/[\x00-\x09]/q' >"$1"
+# command sed '/[\x0b-\x19]/q' >"$1"
+# command sed '/[\x7f-\xff]/q' >"$1"
+
+
+# I am using generic Ubuntu 9.04 on a Asus EeePC 1000 Netbook. Backup kiddies!!
+# This whole exersize is an aftermath of discovery of the disastrous failure
+# mode of SSD 
+
+
diff --git a/recipes/mbox-mozilla-inbox b/recipes/mbox-mozilla-inbox
new file mode 100644
index 0000000..8d68739
--- /dev/null
+++ b/recipes/mbox-mozilla-inbox
@@ -0,0 +1,40 @@
+# Extracts mozilla specific mbox files. ...(c)GPL: jeffery bucove Oct 2009
+
+# find the class specific "mbox" identifier string
+# at offset zero, find six char string "From -"
+
+# 0d find mbox identifier string "From -"
+0 string From -
+
+# at offset 56d, find the inbox identifier string "X-UIDL"
+56 string X-UIDL
+
+# the extension may be removed as you see fit
+# it is only for human file management convenience
+# and is added to the filename by magicrescue at runtime
+
+extension mozin
+
+command sed '/\x00\x00\x00/q' >"$1"
+
+# sed streams throughput to $1 and matches three null bytes for a termination
+# condition. On an undamaged mbox file, you could use a single null byte
+# pattern match; however for the purposes of my particulat data recovery
+# situation, I found three nulls to be useful for a recovery which satisfied my
+# whim for larger and fewer recovered files.
+
+# it will include non-printable chars which will result in a non-text file
+
+# Other useful termination conditions may involve the use of non-printable
+# chars which are illegal in mbox files, and may provide for a text file output
+# if the data you are working from is undamaged: examples may include 
+# command sed '/[\x00-\x09]/q' >"$1"
+# command sed '/[\x0b-\x19]/q' >"$1"
+# command sed '/[\x7f-\xff]/q' >"$1"
+
+
+# I am using generic Ubuntu 9.04 on a Asus EeePC 1000 Netbook. Backup kiddies!!
+# This whole exersize is an aftermath of discovery of the disastrous failure
+# mode of SSD 
+
+
diff --git a/recipes/mbox-mozilla-sent b/recipes/mbox-mozilla-sent
new file mode 100644
index 0000000..e102192
--- /dev/null
+++ b/recipes/mbox-mozilla-sent
@@ -0,0 +1,40 @@
+# Extracts mozilla specific mbox files. ...(c)GPL: jeffery bucove Oct 2009
+
+# find the class specific "mbox" identifier string
+# at offset zero, find six char string "From -"
+
+# at offset 0d find mbox identifier string "From -"
+0 string From -
+
+# at offset 33d find the Mozilla identifier string "X-Mozilla-Status"
+33 string X-Mozilla-Status
+
+# the extension may be removed as you see fit
+# it is only for human file management convenience
+# and is added to the filename by magicrescue at runtime
+
+extension mozsnt
+
+command sed '/\x00\x00\x00/q' >"$1"
+
+# sed streams throughput to $1 and matches three null bytes for a termination
+# condition. On an undamaged mbox file, you could use a single null byte
+# pattern match; however for the purposes of my particulat data recovery
+# situation, I found three nulls to be useful for a recovery which satisfied my
+# whim for larger and fewer recovered files.
+
+# it will include non-printable chars which will result in a non-text file
+
+# Other useful termination conditions may involve the use of non-printable
+# chars which are illegal in mbox files, and may provide for a text file output
+# if the data you are working from is undamaged: examples may include 
+# command sed '/[\x00-\x09]/q' >"$1"
+# command sed '/[\x0b-\x19]/q' >"$1"
+# command sed '/[\x7f-\xff]/q' >"$1"
+
+
+# I am using generic Ubuntu 9.04 on a Asus EeePC 1000 Netbook. Backup kiddies!!
+# This whole exersize is an aftermath of discovery of the disastrous failure
+# mode of SSD 
+
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/magicrescue.git



More information about the forensics-changes mailing list