[clamav-users] Build ClamAV clamav-0.104.1

2021-12-15 Thread Nibin V M via clamav-users
Hello All, I used to build the old versions of ClamAV like the following. ./configure --prefix=/opt/clamav --sysconfdir=/opt/clamav/etc --disable-unrar--disable-ipv6 --disable-zlib-vcheck --disable-silent-rules --enable-libclamav-only=yes --disable-xml --disable-bzip2 Seems like the latest versi

Re: [clamav-users] Build ClamAV clamav-0.104.1

2021-12-15 Thread Nibin V M via clamav-users
PM G.W. Haywood via clamav-users < clamav-users@lists.clamav.net> wrote: > Hi there, > > On Wed, 15 Dec 2021, Nibin V M via clamav-users wrote: > > > ... > > Seems like the latest version needs CMAKE to run and build the software. > I > > am unable to find

[clamav-users] YARA rule - Fileszie

2019-05-17 Thread Nibin V M via clamav-users
Hello All, I am not sure whether its a basic question...but I am struggling with this issue for a few days. I have created a rule with the following condition. === condition: is_php and filesize < 1024 and $str1 and ($str2 or $str3 or $str4) Ideally, I want to scan the file

Re: [clamav-users] Issue in connecting to clamav from dot net code

2020-04-08 Thread Nibin V M via clamav-users
If the ClamAV service on different server, most probably it is not running or listening on loopback IP only. On Wed, Apr 8, 2020 at 3:18 PM N, BijayKumar via clamav-users < clamav-users@lists.clamav.net> wrote: > HI Team, > > > > After installing clamAV ,I see we need to run clamd.exe which will

Re: [clamav-users] clamav scan of changed files

2020-10-21 Thread Nibin V M via clamav-users
The inotify-tools may be useful in this case. An example like in https://fitzcarraldoblog.wordpress.com/2016/02/20/automatically-detecting-files-placed-in-my-downloads-directory-in-gentoo-linux-and-scanning-them-for-viruses/ should work. On Wed, Oct 21, 2020 at 1:06 PM wrote: > > On 10/21/20 4:0