Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Fixing WordPress
    In reply to: Is this malware?
    Thread Starter seh93

    (@seh93)

    After spending 11 hours yesterday I managed to come right.

    Thank you t-p for all the help.

    I did the following:

    1. Located the files that it referenced in the index.php and removed them.
    2. Removed the wp-admin’s and wp-include’s folder. Replaced these folders with the ones from a WordPress download of the same version.
    3. Replaced all the files in the parent folder except the wp-config file.
    4. Went through the wp-config file and removed malicious code.
    5. Manually went through the wp-content’s folder which has a total of 22506 folders in it that I had to go through. My eyes were not happy about this one :). However I found more code that wasn’t meant to be there and they were strings in reverse. They did reference a wpsdth4_license_key in the options table in the database.
    6. I went through the database to remove the wpsdth4_license key from the database and went through the complete wp_post’s and wp_options table to remove anything that was suspicious.
    7. There was also hidden files containing malicious code in the servers home tmp folder this is before the public_html folder
    8. Deleted all WordPress cache manually.
    9. Changed the Database password and did the same changes in the wp-config file.
    10. Changed the ftp passwords
    11. Changed the user passwords.
    12. Changed all the Authentication unique keys and salts
    13. Then I made sure no suspicious cronjobs

    This was an extremely tedious and took a lot of strain on the eyes as it took a total of 11 hours to complete due to the amount of data I had to go through. However all seems to be secure and sorted now.

    Thanks again

    Forum: Fixing WordPress
    In reply to: Is this malware?
    Thread Starter seh93

    (@seh93)

    I have checked the cronjobs and nothing seems suspicious.

    I have already done the following.

    1. Changed FTP passwords
    2. Changed database passwords.
    3. Scanned with Sucuri
    4. Scanned with Malcure Scan
    5. Removed any suspicious files that the scans picked up
    6. Deleted and replaced the wp-includes folder
    7. Added fire walls
    8. Generated new secret keys

    My site is already backed up so I could take a deeper look at the files. I will also go through the link provided to see if i missed anything. Thank you for the current feedback

Viewing 2 replies - 1 through 2 (of 2 total)