Replies: 0
hello – i have a virus that quttera, md5-checksum, integrity-checker, etc cannot seem to locate.
i am considering doing the following:
- logging in as ‘root’
- moving the WP files: index.php, wp-settings.php, etc to the root home directory
- chown root:root /root/*.php; ## change owner of php files to root
- chmod 555 /root/*.php; removing write access for everybody
- 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.