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

maldet --monitor command writes empty zero file to current/working directory

Open Gazoo opened this issue 10 years ago • 0 comments

If I run the maldet --monitor command it creates an empty file named "0" in the current/working directory:

 [test3]# maldet --monitor /usr/local/maldetect/monitor_paths
Linux Malware Detect v1.5
            (C) 2002-2014, R-fx Networks <[email protected]>
            (C) 2014, Ryan MacDonald <[email protected]>
This program may be freely redistributed under the terms of the GNU GPL v2

maldet(19579): {mon} added /var/www/vhosts to inotify monitoring array
maldet(19579): {mon} starting inotify process on 1 paths, this might take awhile...
maldet(19579): {mon} inotify startup successful (pid: 19668)
maldet(19579): {mon} inotify monitoring log: /usr/local/maldetect/logs/inotify_log
[test3]# ls -la
total 8
drwxr-xr-x   2 root root 4096 Jan  7 11:00 .
dr-xr-x---. 22 root root 4096 Jan  7 11:00 ..
-rw-r--r--   1 root root    0 Jan  7 11:00 0

Gazoo avatar Jan 07 '15 18:01 Gazoo