some people have sent me messages to tell me how the php antimalware scanner works.
it's a php script, so we have to have php installed
you have to download it from here https://raw.githubusercontent.com/marcocesarato/PHP-Antimalware-Scanner/master/dist/scanner
Let's take a basic example.
we have downloaded the theme transformer 4.7.0, we unzip it on our computer and we are going to scan it.
I copy the scanner file into the root directory that I want to scan
open cmd.exe ( console) and go to the folder I want to scan
write:
it starts scanning and when it detects a possible positive it shows it as image 2 ( here is false positive. ) you have several options.
please read https://marcocesarato.github.io/PHP-Antimalware-Scanner/getting-started for more options.
it's a php script, so we have to have php installed
you have to download it from here https://raw.githubusercontent.com/marcocesarato/PHP-Antimalware-Scanner/master/dist/scanner
Let's take a basic example.
we have downloaded the theme transformer 4.7.0, we unzip it on our computer and we are going to scan it.
I copy the scanner file into the root directory that I want to scan
open cmd.exe ( console) and go to the folder I want to scan
write:
Code:
php scanner -l .
it starts scanning and when it detects a possible positive it shows it as image 2 ( here is false positive. ) you have several options.
please read https://marcocesarato.github.io/PHP-Antimalware-Scanner/getting-started for more options.