Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

nasty WP virus

$
0
0

Replies: 0

hello – i have a virus that quttera, md5-checksum, integrity-checker, etc cannot seem to locate.

i am considering doing the following:

  1. logging in as ‘root’
  2. moving the WP files: index.php, wp-settings.php, etc to the root home directory
  3. chown root:root /root/*.php; ## change owner of php files to root
  4. chmod 555 /root/*.php; removing write access for everybody
  5. creating symbolic links in the WP directory to these php files now under root control: ln -s /root/index.php;

that way, if some rogue program tries to change them, it will trigger a more serious error.

any thoughts?

  • This topic was modified 24 minutes ago by edwardsmark.
  • This topic was modified 22 minutes ago by edwardsmark.
  • This topic was modified 21 minutes ago by edwardsmark.
  • This topic was modified 21 minutes ago by edwardsmark.
  • This topic was modified 13 minutes ago by edwardsmark.
  • This topic was modified 13 minutes ago by edwardsmark.
  • This topic was modified 12 minutes ago by edwardsmark.

Viewing all articles
Browse latest Browse all 59525

Trending Articles