Wordpress theme security

Roparadise

BANNED
Joined
May 25, 2011
Messages
784
Reaction score
1,422
What do I look for in a theme,to see if there might be a modification that will allow someone to gain access to my site? I just downloaded CTR theme v1.4 nulled.
 
templates have easter eggs hidden in them

usually they are obfuscated so they do not look obvious

download the template

do mass find in all template or plugin files for this string

base64_decode(

this is what usually prefixes encoded stuff that someone does not want you to read

there are some legit uses but really why hide stuff unless there is an alterior motiv!
 
There wasn't any code that could get the uploader of ctr thene nulled in my site. Thanks for the advice guys
 
What do I look for in a theme,to see if there might be a modification that will allow someone to gain access to my site? I just downloaded CTR theme v1.4 nulled.


Just install the wp file monitor plugin to send you alerts that check if some of your themes files have been changed over time (it's a signal of site injection/hacking).
 
Back
Top