How to solve wordpress redirection (no malware was found)?

It looks like some javascript or advertising feature may redirecting visitor again and again. You should try debug it from browser console. Try to look after javascript events. Or reveal your domain for community to help you. Or if you know ask for help experienced programmer to solve your issue. Because, there are many reasons … Read more

Check for malicious code?

If you want to be certain your site is clean, you can either start with a fresh install of WordPress, all of your plugins and the theme. An alternative would be to use the WP CLI verify-checksums to check your core and plugins for any modifications. Perhaps the hardest one to clean is your database … Read more

Spam pages hack? [closed]

Although hacked sites aren’t a topic that is within the scope of this site, this question always gets asked. And there are many googles/bings/ducks on how to de-hack a site. The basics: change credentials on everything (hosting, FTP, admin level users). Create a new admin-level user with a strong password. Log in with it to … Read more

How do I know if my WP Theme is using infamous TimThumb?

One option is to install a security plugin. Most scan for Tim Thumb throughout your whole file structure, including themes (and will also search for many other types of vulnerabilities if you’ve been hacked, as your “hacked” tag indicates). You can also search for files named “timthumb” in your theme directory, or search for the … Read more