Releases: marcocesarato/PHP-Antimalware-Scanner
Releases · marcocesarato/PHP-Antimalware-Scanner
Release 0.5.2.75
- 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
New silent mode with no output
Now can be run without CLI
Fix whitelists
Add default wordpress whitelist
Release 0.5.0.71
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
Fix directory with phar host prefix issue
Updated bin files permissions
Release 0.5.0.69
Add htaccess file check
Release 0.5.0.68
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
- New definitions
- Max filesize option
- Improved performances
New release 0.5.0.62
- Changed some params
- Improved deobfuscation
- Added lists params
- Updated Documentation
New release 0.4.0.60
- Added 3000+ new signatures
- Added new code debfuscation method
- Fixed some bugs
New release 0.4.0.53
- Fixed some bugs
- Added "Try remove evil line code"
- Added some new definitions
- Enabled new functions
- Improved performances
- Improved console titles