1

So my site got hacked, I thought that I managed to fix all the files and set it back up. However, the hacker managed to leave some kind of backdoor, and my site was hacked again. My site is built with wordpress, so I want to compare the clean wordpress files and my wordpress files. I know this is easily done in linux, but I'm on windows, so is this possible?

And I don't have access to the server command line or config files, as I'm hosted

Charles
  • 50,943
  • 13
  • 104
  • 142
  • you should back your website up now when it's working, and do regular backups on the files and database, and datestamp the backups, so when your site is hacked all you need do is replace the files on the server – pythonian29033 Sep 28 '12 at 10:19
  • My host takes backups every day, but it costs 10€ to replace my files, and as I can deal without paying anything this time, I fix it on my own. –  Sep 28 '12 at 11:27
  • why not try a free webhosting alternative where you can host site with your own registered domain? like 000webhost.com for instance. ofcourse I don't have a target on my back YET so I haven't had any break-ins beyond two random defacements. [I use wordpress also, but I like hacking into my own things with tools on backtrack every few months to check it] – pythonian29033 Sep 28 '12 at 12:45
  • You can keep your web hosting. I have my own registered domains. –  Sep 28 '12 at 13:57

1 Answers1

0

I've used KDiff3 on Windows to compare XML files. It may work for what you ask.

(I'm assuming that you have FTP access or similar to retrieve the files)