On Wed, 25 Feb 2004 [EMAIL PROTECTED] wrote:
> Quoting Andrew McCall <[EMAIL PROTECTED]>:
>
> >
> > On Wednesday, February 25, 2004, at 09:40 pm, David Gregg wrote:
> >
> > > Could not find in the archives...
> > >
> > > Does anybody know how/where to obtain a listing of all viruses that
> > > ClamAV
> > > 'knows' about?
> >
> > I think sigtool -l shows them.
>
> Doesn't work for me:
>
> # sigtool -l
> sigtool: invalid option -- l
sigtool --list-sigs works just fine for me, but as an alternative you
can just unpack the main and daily signature databases and extract the
names from those - something like this should work fine on the
uncompressed .cvd files :
cat main.db | awk -F "(Clam)=" {'print $1'}
add |wc to that to count the number of sigs.
same for daily.db
/Jesper Juhl
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users