vote up 0 vote down star

my friend's website got hacked somehow. The index.php page got inserted an extra line of javascript, which redirect the page to another website. The index.php is just a text file not managed by any CMS. he has changed all ftp/ssh user password. Somehow this is still happening.

Any hint on what might be the cause?

flag

50% accept rate
No idea what happened, but it's not a programming question. – paxdiablo Jan 30 at 5:18
If your friend is using a virtual hosting solution, you might want to check to see your hosting service hasn't be hacked. I had that problem. It wasn't my site that was vulnerable, but their servers. – Hans Jan 30 at 16:45
How is this not of interest to WEB programmers? The fact that this can happen on a static site, and does happen with regularity all over the Web, should inform the way every backend programmer thinks about security. For example: stackoverflow.com/questions/516823/… – Ben Dunlap Feb 5 at 17:45

closed as not programming related by paxdiablo, Steven A. Lowe, CMS, Espo Jan 30 at 6:52

2 Answers

vote up 0 vote down

The website in question has a vulnerability, which keeps getting exploited. Your friend should check the access logs at the time of index.php's modification time, and find which scripts are vulnerable, and fix them.

link|flag
vote up 0 vote down

It's pretty hard to sure that the server is no longer compromised.... So unless you re-install there is no certainty that the hack was removed (The absence ob evidence is not evidence of absence).

What type of server is ? If linux I would recommend creating a statically linked lsof on another machine and then run to see if you find a suspect process that might be replacing the file from time to time ...

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.