[wp-hackers] Free themes have backlinks and backdoors inserted in code?

Ryan McCue ryanmccue at cubegames.net
Mon Jan 26 09:09:34 GMT 2009


DD32 wrote:
> grepping for http:// wont help, they'll just obfuscate it.
>
> Ways which it'd be possible to insert malicious links:
> include()(remote url) / fopen() / JS / eval() / urldecode() / chr() /
> . (string concat'ing 'h' . 'tt' . 'p')..
>   

eval() is your best bet out of all of those. Rarely is it used
legitimately, however most hidden things will use it 99% of the time.

(Note: 100% of statistics are made up)

-- 
Ryan McCue
<http://cubegames.net/>



More information about the wp-hackers mailing list