Website got Hacked? Site got redirected - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-19T07:57:03Zhttp://stackoverflow.com/feeds/question/494546http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/494546/website-got-hacked-site-got-redirected0Website got Hacked? Site got redirected [closed]myhusky2009-01-30T05:14:49Z2009-01-30T05:28:18Z
<p>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.</p>
<p>Any hint on what might be the cause?</p>
http://stackoverflow.com/questions/494546/website-got-hacked-site-got-redirected/494552#4945520Answer by CyberShadow for Website got Hacked? Site got redirectedCyberShadow2009-01-30T05:20:02Z2009-01-30T05:20:02Z<p>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.</p>
http://stackoverflow.com/questions/494546/website-got-hacked-site-got-redirected/494564#4945640Answer by webclimber for Website got Hacked? Site got redirectedwebclimber2009-01-30T05:28:18Z2009-01-30T05:28:18Z<p>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).</p>
<p>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 ...</p>