linux-malware-detect
linux-malware-detect copied to clipboard
Parse all arguments before launching jobs
I know that there was a pull request for this that was reverted for 1.6.4 but I think we should still look at fixing this. I just ran into this bug. Here is an example:
Does not work
maldet --background --scan-all '/var/www/vhosts/example.com/' --config-option [email protected],quarantine_hits=1
Works
maldet --config-option [email protected],quarantine_hits=1 --background --scan-all '/var/www/vhosts/example.com/'