Honeypots mailing list archives

Re: Using Honeydsum


From: Lucio Henrique Franco <lucio () lac inpe br>
Date: Thu, 22 Apr 2004 19:50:06 -0300

Jason,
        you must insert the command:
        
        undef %ENV;

        or the command:

        delete @ENV{qw(IFS CDPATH ENV BASH_ENV)}; # Make %ENV safer

        At 87 line, before $ENV{'PATH'} = '/bin:/usr/bin:/usr/local/bin';

Regards,

Lucio

Thanks to Guilherme Venere from CAIS/RNP/Brazil who tested the commands on
Red Hat 8.0 and Marcelo H. P. C. Chaves from NBSO/Brazil by his
suggestions.

On Thu, 22 Apr 2004 
"jwoloz" <jwoloz () gyushu com> wrote:

To:     Honeypots
Subject:        Using Honeydsum
Date:   Apr 22 2004 2:45AM
Author:         jwoloz <jwoloz gyushu com>
Message-ID:     <20040422024544.4387.qmail () coolhost77 com>

Hey all
I am trying to run honeydsum on my /var/log/messages .  I have all the
dependencies
accounted for and I have changed the conf file.  But i am getting an error
that
I dont know what to do with

[root@localhost honeydsum-v0.3]# ./honeydsum.pl -c honeydsum.conf -w
/var/logs/messages
Insecure $ENV{BASH_ENV} while running with -T switch at ./honeydsum.pl
line 2568.
honeydsum.pl: /bin/cat: exited 65280
Use of uninitialized value in pattern match (m//) at ./honeydsum.pl line
2131.
honeydsum.pl: 0 invalid file name.
Insecure $ENV{BASH_ENV} while running with -T switch at ./honeydsum.pl
line 378.
honeydsum.pl: /bin/cat: exited 6400
honeydsum.pl: element not found!!!
[root@localhost honeydsum-v0.3]#

Any suggestions?
-Jason


Current thread: