PHPAV icon indicating copy to clipboard operation
PHPAV copied to clipboard

PHP CLI Virus/Malware Scanner

Results 10 PHPAV issues
Sort by recently updated
recently updated
newest added

Hello, When i ran php av i will still have some file due to some specific files wich will always contains same files. For example: ``` wp-content/plugins/js_composer/vc_classmap.json.php ``` This file...

This type of file are not detected: ```php if(isset($_POST["mailto"])) $MailTo = base64_decode($_POST["mailto"]); else { echo "indata_error"; exit; } if(isset($_POST["msgheader"])) $MessageHeader = base64_decode($_POST["msgheader"]); else { echo "indata_error"; exit; } if(isset($_POST["msgbody"])) $MessageBody...

It would be great to have a cache system. If a file was analysed before and didn't change since this time, we don't have to analyse it. Also a `--no-cache`...

We should provide a docker image of the binary. This will permit to get rid of the PHP dependency for our code. People wanting to use this binary on legacy...

Filename : slides_list_posts.php Directory : ~htdocs/modules/revsliderprestashop/views/templates/ Detected as: Infected file (reason : obfuscated code on first line) : Content : ```php ^M ^M ^M ...^M ^M ^M ^M ^M ^M...

Please add the ```compose.lock``` in repo so that it can be fast during installing package.

enhancement

Regarding #13, I think it would be a great addition to add integration tests with a bench a fixture files for infected and non-infected case. Some inspirations to take: https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/master/tests/Fixtures

enhancement

This file is undetected : ```

We should propose options to the user at runtime : - -n : dry-run : do nothing to files, just list - -fix : try to fix files - -d...

enhancement