Website got Hacked? Site got redirected - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-12-19T07:57:03Z http://stackoverflow.com/feeds/question/494546 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/494546/website-got-hacked-site-got-redirected 0 Website got Hacked? Site got redirected [closed] myhusky 2009-01-30T05:14:49Z 2009-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#494552 0 Answer by CyberShadow for Website got Hacked? Site got redirected CyberShadow 2009-01-30T05:20:02Z 2009-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#494564 0 Answer by webclimber for Website got Hacked? Site got redirected webclimber 2009-01-30T05:28:18Z 2009-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>