- Aug 14, 2001
- 8,401
- 1
- 0
I created a site using PHP and somehow it came under the radar of a hacking group. So far they havent done anything too malicious just taken down my index page and replaced it with one of their own. I cant figure out how they are getting in though and this is now the third time it has happend.
Heres what they do:
Replace my index.php page with their own modified index.htm page (just 1 line of text)
Upload 1-2 htm files that have the same line in them
I'm assuming it must be some sort of injection attack? I do session and POST/GET but every time i either parse them through an sprintf or match them to a specified variable.
I have the login times for logins on my server so i know they dont have the password - unless they are bypassing that somehow. any ideas would be greatly appreciated.
Heres what they do:
Replace my index.php page with their own modified index.htm page (just 1 line of text)
Upload 1-2 htm files that have the same line in them
I'm assuming it must be some sort of injection attack? I do session and POST/GET but every time i either parse them through an sprintf or match them to a specified variable.
I have the login times for logins on my server so i know they dont have the password - unless they are bypassing that somehow. any ideas would be greatly appreciated.