bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shred: bug or feature? think you should know about it


From: Anton Chuvakin, Ph.D.
Subject: shred: bug or feature? think you should know about it
Date: Tue, 5 Mar 2002 18:06:52 -0500 (EST)

when shred runs, the slack space is not wiped:

0. # shred --version
shred (fileutils) 4.1
1. # mkfs -t ext2 /dev/fd0
2. # dd if=/dev/zero of=/mnt/floppy/oooo ; sync ; /bin/rm /mnt/floppy/oooo ; 
sync
3. # mount /mnt/floppy
4. # echo "good data" > /mnt/floppy/TEST
5. # echo "evil data" | bmap --mode putslack /mnt/floppy/TEST
6. # strings /dev/fd0 | grep data
good data
evil data
7. # shred -u -v -z /mnt/floppy/TEST
8. # strings /dev/fd0 | grep data
evil data

-- 
Anton Chuvakin, Ph.D.
Senior Security Analyst 
netForensics -  http://www.netforensics.com
732-393-6071




reply via email to

[Prev in Thread] Current Thread [Next in Thread]