Problem executing perl scripts to populate Nessus database
Steve Bonds
sxm4qcu02 at sneakemail.com
Thu Aug 19 16:25:56 EDT 2004
On Thu, 19 Aug 2004, Christopher J Bidwell cbidwell-at-usgs.gov |nessus| wrote:
> Hi, I'm getting a lot of these errors when I run this script:
>
> perl nessus-extract.pl -f sql | mysql -u user -ppassword scans
>
> Can you help me with this?
I've had problems with this when using perl on Red Hat systems that set
LANG=en_US.UTF-8. Try prepending a LANG=C to the command line like:
LANG=C perl nessus-extract.pl -f sql | mysql -u user -ppassword scans
-- Steve
More information about the Nessus
mailing list