linux-malware-detect icon indicating copy to clipboard operation
linux-malware-detect copied to clipboard

Parse all arguments before launching jobs

Open Gazoo opened this issue 5 years ago • 0 comments

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/'

Gazoo avatar Apr 17 '19 11:04 Gazoo