Guys Please Be Aware

It sucks. I’ve dealt with similar a few times. Now I never use nulled themes for this reason.

Also got to keep your sites always up to date.

And finally; always keep backups- automatic and manual periodic backups.
 
Usually they inject a backdoor script. Usually files will appear normal by name, but when you open it it will appear like a lot of gibberish. Eval, base 64 code

They spread it around all over sometimes in legit files in middle of legit code .if you dont know what you're looking for easy to not know if its legit or not. Mostly its about knowing what are legit files for the theme and WordPress. Thing is almost every nulled theme will have an edited/compromised wp core.

It will often cost more to save your site than just using a legit theme from the start .

interesting, do you know if it's just the eval/base64 code to look out for?

i have a legit framework (purchased), but using a nulled child theme which only contains 20 or so files
 
Did it also made new posts and pages? If no, then just backup your databases and delete everything on public folder of cpanel. Install fresh copy of wp for each site. Then just connect the databases to fresh copies of wp by editing the wp-config.
 
interesting, do you know if it's just the eval/base64 code to look out for?

i have a legit framework (purchased), but using a nulled child theme which only contains 20 or so files


There is a lot of different scripts and things they do. Often if you look in the database, hidden users, or scheduled posts. All the time you put into even looking for that stuff you could buy a cool, decent theme from themeforest for 50 or 60 bucks and there are some really diverse themes on there for a decent price that have tons of modification features. Can use that theme on multiple sites and still make each site look unique. IDK. Just lessons learned many years ago and trying to pass on some wisdom to you. Just not worth it IMHO.
 
Did it also made new posts and pages? If no, then just backup your databases and delete everything on public folder of cpanel. Install fresh copy of wp for each site. Then just connect the databases to fresh copies of wp by editing the wp-config.
It appends Code in the Header of each functions.php file your Themes even if it wasn't activated, this code every given time renew and resets everything like if it wasn't altered.
 
Of Nulled WordPress stuff. Recently, my web server got hit so hard by SEO malware creating posts and altering WordPress core files. This malware spouts from a nulled plugin I downloaded a couple of months ago.
It began with inserting an EVAL function in the header of all PHP files in any directory it could possibly find. Including your core WordPress files. This function is one of the worst ever existed in PHP which is eval you can read on it and its vast capabilities.
The nomenclature of this malware is Ion Cube malware. The worst part of this malware is how it can masquerade you by creating WordPress-alike files one of the most famous examples can be:
wp-feed.php
wp-tmp.php
WordPress doesn't have these files in their core files. So if you are not a rookie and strong observer you will be easily get tricked by. So again take all the precautions, as currently am struggling to backup 20+ websites.
Good Luck

How can I know if My domain / cpanel has been hit by malwares?
 
Interesting, I learned it hard way no matter which nulled theme you download there must be something hidden in it. So, always be careful.

My philosophy is a nulled theme is cheaper in short term but can be 100X more expensive in the grand scheme of things.
 
Back
Top