Oh my God, they killed kenny.kasei.com!
You bastards!
Restore Kenny from backup.
look in ~/.mozilla/default/*.slt/*.s
http://www.kasei.com username ~bWFydHk= *password ~c2VjcmV0IDop .
Looks like Base 64
$ perl -MMIME::Base64 -wlne 'print decode_base64($_)'
c2VjcmV0IDop
secret :)
c2VjcmV0IQ== | base64 |
c2VjcmV0IDop | base64 |
c2UYO2E8tJmRs | crypt |
$1$VjcmV0ID$K2i25fMSBraIm6GBev4To0 | crypt md5 |
$1?$#+-$#-:$=-$- | Perl |
Maybe your Mozilla doesn't have a .s file.
Or maybe you don't use Mozilla!
Use dsniff
10/10/05 12:23:02 tcp 192.168.1.23.33184 -> www.kasei.com.80 GET / HTTP/1.1 Host: www.kasei.com Authorization: Basic bWFydHk6c2VjcmV0IDop [marty:secret :)]
I just don't know where I am.
Use find
find ~ -name "*.sniff" -print
locate "*.sniff"
Do you know its content?
find ~/misc -type f -exec grep -l -i password '{}' ';'
Or use Beagle.
find . -mtime +30 -mtime -90 -print
find ~ -type f -exec file '{}' ';' | grep tcpdump
0 ubelong 0xa1b2c3d4 tcpdump capture file (big-endian) >4 beshort x - version %d >6 beshort x \b.%d >20 belong 0 (No link-layer encapsulation >20 belong 1 (Ethernet >20 belong 2 (3Mb Ethernet >20 belong 3 (AX.25
Bad news: sometimes people delete important information on purpose.
Good news: it hasn't gone away.
It's expensive to destroy data.
$ strings "Deleted Items.dbx" | less
hccccc_`aM ___^^^\\c [XWWWUTR? mS\i70EJQFca_P@Yr~
S!xL. "F%%C Tpp)$ )d'F i*"0Cu(
Received: from hotmail.com
Filesystem errors aren't that bad.
Just fsck
But bad blocks are bad
... and things can only get worse.
Switch on SMART monitoring!
chef$ ssh kenny dd if=/dev/hda1 conv=noerror > hda1.img
or
kenny$ dd if=/dev/hda1 conv=noerror | ssh chef 'cat > hda1.img'
chef$ losetup /dev/loop/0 hda1.img
chef$ reiserfsck --rebuild-sb /dev/loop/0
chef$ reiserfsck --rebuild-tree /dev/loop/0
chef$ reiserfsck --check /dev/loop/0
chef$ mount /dev/loop/0 /mnt chef$ cd /mnt/lost+found chef$ ls /mnt/var/lib/mysql