[Plugin: Secure WordPress] Code injection Scanner
-
Would be cool if you make a scanner to check for code injection in all code files [php, js, css] and database, I mean code injection like this ones, but not limited to:
eval(gzinflate(base64_decode(‘Code’)))
eval(gzinflate(str_rot13(base64_decode(‘Code’))))
eval(gzinflate(base64_decode(str_rot13(‘Code’))))
eval(gzinflate(base64_decode(base64_decode(str_rot13(‘Code’)))))
eval(gzuncompress(base64_decode(‘Code’)))
eval(gzuncompress(str_rot13(base64_decode(‘Code’))))
eval(gzuncompress(base64_decode(str_rot13(‘Code’))))
eval(base64_decode(‘Code’))
eval(str_rot13(gzinflate(base64_decode(‘Code’))))
eval(gzinflate(base64_decode(strrev(str_rot13(‘Code’)))))
eval(gzinflate(base64_decode(strrev(‘Code’))))
eval(gzinflate(base64_decode(str_rot13(‘Code’))))
eval(gzinflate(base64_decode(str_rot13(strrev(‘Code’)))))There are also some injections that some guys do in Free themes ans some free plugins… for example, they try to include a URL in many places as possible, including external image links to get who is using their theme/plugin verifying by link reference, this could be solved hiding the referer in external links, or just removing the link. I think this feature is desired to avoid being target.
Thanks.
- The topic ‘[Plugin: Secure WordPress] Code injection Scanner’ is closed to new replies.