using PHP Antimalware Scanner in windows

anakein

New member
XNullUser
Joined
Mar 6, 2023
Messages
21
Reaction score
0
Points
1
Location
madrid
NullCash
14
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:
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.
 

Attachments

  • Captura.PNG
    Captura.PNG
    29.8 KB · Views: 1
  • Captura2.PNG
    Captura2.PNG
    59.7 KB · Views: 1
Top