Skip to content

Releases: marcocesarato/PHP-Antimalware-Scanner

Release 0.5.2.75

05 Oct 21:21
Compare
Choose a tag to compare
  • Add auto prompt flags
--auto-prompt=""             - Set auto prompt command ex. --auto-prompt="1" (alias of auto-delete) 

--auto-clean                 - Auto clean code (without confirmation, CARE could be DANGEROUS)
--auto-clean-line            - Auto clean line code (without confirmation, CARE could be DANGEROUS)
--auto-delete                - Auto delete infected (without confirmation, CARE could be DANGEROUS)
--auto-quarantine            - Auto quarantine
--auto-skip                  - Auto skip
  • Add path filter and ignore
--ignore-path/s=""           - Ignore path/s, for multiple value separate with comma
                               Wildcards are enabled ex. /path/*/cache or /path/*.log
--filter-path/s=""           - Filter path/s, for multiple value separate with comma
                               Wildcards are enabled ex. /path/*/htdocs or /path/*.php

Release 0.5.1.72

04 Oct 22:29
Compare
Choose a tag to compare

New silent mode with no output
Now can be run without CLI
Fix whitelists

Add default wordpress whitelist

Release 0.5.0.71

26 Feb 16:38
Compare
Choose a tag to compare

Add detail of exploits found on scan with report flag on logs
Fix some issues with phar directories

Thanks to @jacksonit

Release 0.5.0.70

26 Feb 16:39
Compare
Choose a tag to compare

Fix directory with phar host prefix issue
Updated bin files permissions

Release 0.5.0.69

30 Jan 10:34
Compare
Choose a tag to compare

Add htaccess file check

Release 0.5.0.68

26 Feb 16:39
Compare
Choose a tag to compare

New choice function
New PHAR build system
Fix windows bug on read
Fix notice and warnings
Fix some possible issues

BREAKING CHANGE: later version can't no more update to latest

New release 0.5.0.67

26 Feb 16:39
Compare
Choose a tag to compare
  • New definitions
  • Max filesize option
  • Improved performances

New release 0.5.0.62

26 Feb 16:39
Compare
Choose a tag to compare
  • Changed some params
  • Improved deobfuscation
  • Added lists params
  • Updated Documentation

New release 0.4.0.60

03 Mar 13:40
Compare
Choose a tag to compare
  • Added 3000+ new signatures
  • Added new code debfuscation method
  • Fixed some bugs

New release 0.4.0.53

26 Feb 16:40
Compare
Choose a tag to compare
  • Fixed some bugs
  • Added "Try remove evil line code"
  • Added some new definitions
  • Enabled new functions
  • Improved performances
  • Improved console titles