OM2 Posted April 13, 2014 Share Posted April 13, 2014 I buy code to use on my Wordpress sites Is there code anywhere that will search a set of PHP files and report back if the code has encrypted code? I thought there would be loads. I've done a google and can't find anything (not sure if I searched for the right terms) Thanks OM Link to comment https://forums.phpfreaks.com/topic/287723-is-there-a-malicious-code-scanner-for-php-code/ Share on other sites More sharing options...
QuickOldCar Posted April 13, 2014 Share Posted April 13, 2014 Can try this, become a member there to download files. http://www.phpclasses.org/package/6476-PHP-Scan-script-files-for-malicious-code.html Link to comment https://forums.phpfreaks.com/topic/287723-is-there-a-malicious-code-scanner-for-php-code/#findComment-1475917 Share on other sites More sharing options...
Psycho Posted April 13, 2014 Share Posted April 13, 2014 Not that I know of. Unlike a computer virus, PHP code is meant to be executed. It would only do what it is programmed to do, so how would a scanner know what is and is not supposed to do? If you are buying code, make sure it is from a reputable source. Also, I would not be so concerned with code having an obvious malicious intent as opposed to code that has been built with a back door to allow someone to compromise your server. And, if there were a scanner to find such holes there wouldn't be instances of legitimate code having such flaws - e.g. heartbleed. Link to comment https://forums.phpfreaks.com/topic/287723-is-there-a-malicious-code-scanner-for-php-code/#findComment-1475918 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.