Re: [Clamav-users] Assistance needed with custom signature

2009-10-01 Thread Matus UHLAR - fantomas
> > > > remove the 0a character(s) as echo introduces them into sigtool. > > > > On 30.09.09 13:06, Steve Basford wrote: > > > Sorry, forgot to add... this might be quicker in future... > > > > > > printf "word0" | sigtool --hex-dump > > > printf "word1" | sigtool --hex-dump > > > printf "word2"

Re: [Clamav-users] Assistance needed with custom signature

2009-10-01 Thread Jerry
On Thu, 1 Oct 2009 13:32:03 +0300 Henrik K wrote: > Don't be surprised when it fails on Solaris etc.. I am never surprised when something fails on Solaris. :-) -- Jerry ges...@yahoo.com Hindsight is always 20:20. Billy Wilder ___ Help us bu

Re: [Clamav-users] Assistance needed with custom signature

2009-10-01 Thread Henrik K
On Thu, Oct 01, 2009 at 12:22:58PM +0200, Matus UHLAR - fantomas wrote: > > > remove the 0a character(s) as echo introduces them into sigtool. > > On 30.09.09 13:06, Steve Basford wrote: > > Sorry, forgot to add... this might be quicker in future... > > > > printf "word0" | sigtool --hex-dump > >

Re: [Clamav-users] Assistance needed with custom signature

2009-10-01 Thread Matus UHLAR - fantomas
> > remove the 0a character(s) as echo introduces them into sigtool. On 30.09.09 13:06, Steve Basford wrote: > Sorry, forgot to add... this might be quicker in future... > > printf "word0" | sigtool --hex-dump > printf "word1" | sigtool --hex-dump > printf "word2" | sigtool --hex-dump echo -n "w

Re: [Clamav-users] Assistance needed with custom signature

2009-09-30 Thread Steve Basford
> Steve you are a genius :) Thanks a stack its working 100% now No problem Patric, glad it worked. Cheers, Steve Sanesecurity ___ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml

Re: [Clamav-users] Assistance needed with custom signature

2009-09-30 Thread Patric
Steve Basford wrote: remove the 0a character(s) as echo introduces them into sigtool. Sorry, forgot to add... this might be quicker in future... printf "word0" | sigtool --hex-dump printf "word1" | sigtool --hex-dump printf "word2" | sigtool --hex-dump Cheers, Steve Sanesecurity Ste

Re: [Clamav-users] Assistance needed with custom signature

2009-09-30 Thread Steve Basford
> remove the 0a character(s) as echo introduces them into sigtool. Sorry, forgot to add... this might be quicker in future... printf "word0" | sigtool --hex-dump printf "word1" | sigtool --hex-dump printf "word2" | sigtool --hex-dump Cheers, Steve Sanesecurity

Re: [Clamav-users] Assistance needed with custom signature

2009-09-30 Thread Steve Basford
> # echo word1 | sigtool --hex-dump > 776f7264310a > # echo word2 | sigtool --hex-dump > 776f7264320a > echo word3 | sigtool --hex-dump > 776f7264330a > > Then I have put it into my test.ndb file: > > MyVirus:0:*:776f7264310a*776f7264330a*776f7264330a Hi, remove the 0a character(s) as echo intro

[Clamav-users] Assistance needed with custom signature

2009-09-30 Thread Patric
Hi all, My very first post :) Running version: 0.95.2-4 I am attempting to create my own signature and am having a little bit of trouble, I hope someone can be of some assistance to me. This will become more complex but I would like to start with this simple scenario: I would like to create