Jump to content

AV command line scan help


kaosjon

Recommended Posts

Hi, i am developing a website that involves members uploading files. For better security i want to be able to scan the file with a variety of AV scanners. I have done some research and the easiest way to do this seems to use command line scanners. I am currently testing on my own computer using xampp. The problem is when i run the scan it displays the output 0 which means no virus found and i know that the file is infected because i ran the same AV scan through the windows command prompt and it found the virus.

 

Here is the code

 

<?php
    exec("C:\\Program Files (x86)\AVG\AVG2012\avgscana.exe\ /SCAN=daniel_crypted.exe/");
    $result = exec("echo %ERRORLEVEL%");



?>

 

Any ideas why it is doing this?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/254053-av-command-line-scan-help/
Share on other sites

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.