Can someone check this theme for malicious code for me?

yathatguy2

Newbie
Joined
Jan 30, 2012
Messages
2
Reaction score
1
i have this premium wordpress theme that i got from some where (it might have been here) a long time ago and i plan on using it for more sites soon and i just want to make sure its clean. anyone know how to check it or can do it real quick for me?
 
Last edited:
Use the TAC(Theme Authenticity Checker) Plugin. It does the job pretty well.
 
i ran the TAC and it came up clean but i also ran antivirus plugin and it says clean in one spot then up top it says virus suspected but then a lot of it pops up green but the parts that pop up red it highlights words like "include" "unserialize" "include_once" its red but it also says no virus yet its red and those words are highlighted. then in the /themes/ctr-theme/includes/update.php this is there - There is no virus View line 59 'request' => base64_encode(serialize($request)),
 
i ran the TAC and it came up clean but i also ran antivirus plugin and it says clean in one spot then up top it says virus suspected but then a lot of it pops up green but the parts that pop up red it highlights words like "include" "unserialize" "include_once" its red but it also says no virus yet its red and those words are highlighted. then in the /themes/ctr-theme/includes/update.php this is there - There is no virus View line 59 'request' => base64_encode(serialize($request)),

double check what file the include_once is referencing, have a quick look and make sure its not making any external calls or that its not referencing another file with some malicious code in it.
 
Upload the theme as an attachment. I'll take a look.
 
Back
Top