Hackers are so Bitter
Wednesday, March 19th, 2008While reading up on the dd command at a post on linuxquestions.org
I came across the following tutorial advice:
Ok, say you want to find out if your girlfriend or wife is cheating on you, having cyber sex, or just basically misbehaving with her computer. Even if the computer is secured with a password, you can boot with the:
CD and search the entire drive partition for text strings:
dd if=/dev/sda2 bs=16065 | hexdump -C | grep 'I really don't love him anymore.'
haha, nice try you bitter bag of linux, but you should have used double quotes around the single-quote-containing-string…
This rivals the time I was browsing the online commit log for some software and found buried in one of the commits the comment: “I hate that fucking bitch“