Gazoo

Results 12 issues of Gazoo

Running `maldet -d` from the command line or if `autoupdate_version` is enabled in the config (using maldet 1.6.5) will stop the maldet service from running putting it into a failed...

In my testing sometimes the malware name seems to missing from the /usr/local/maldetect/sess/quarantine.hist randomly. To replicate: Download the sample malware collection from below into a web directory and run a...

When the maldet daemon is running the ClamAV daemon always thinks that signature databases have changed (according to the SelfCheck interval) and forces a reload of signatures (even though signatures...

After upgrading maldet from 1.6.3 to 1.6.4 with `maldet --update-ver` all the new slack options are missing from `/usr/local/maldetect/conf.maldet`. I thought that the updater would add new options automatically. Is...

Just a quick note that I noticed that adguard and adguard DNS is blocking access to rfxn.com. ![2019-04-15_08h45_46](https://user-images.githubusercontent.com/379016/56142353-c39cb300-5f5b-11e9-885b-198528ee8518.png)

If you have a non-existant user specified in the scan_ignore_user setting then no files will be scanned when trying to run a scan. example in `/usr/local/maldetect/conf.maldet` ``` scan_ignore_user="test" ``` When...

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...

Here is my first attempt at an init script to start maldet monitoring at boot (original issue #15 ). The script expects your monitor paths to be defined in the...

With the latest master using monitor with a file path maldet is no longer recognizing a path if it doesn't contain a newline character at the end. Eg. maldet --monitor...

bug

If I run the maldet --monitor command it creates an empty file named "0" in the current/working directory: ``` bash [test3]# maldet --monitor /usr/local/maldetect/monitor_paths Linux Malware Detect v1.5 (C) 2002-2014,...

bug