Openvas Erroneous or missing signature for checksums file (null)

0

My exp.nasl

insstr("aaaaaaaaaaa", "bb", 3, 0xfffffffd);

run code

$sudo openvas-nasl ali.nasl

I get this error when I run exp.nasl with openvas

base gpgme-Message: Setting GnuPG dir to '/etc/openvas/gnupg'
base gpgme-Message: Using OpenPGP engine version '2.1.11'
Erroneous or missing signature for checksums file (null)
openvas
asked on Stack Overflow Oct 18, 2018 by Ali.Turkkan

1 Answer

0

You need to specify the -X flag to openvas-nasl if you don't have a valid signature for your file:

openvas-nasl -X ali.nasl

See openvas-nasl --help and/or man openvas-nasl for a description of this and other existing flags.

answered on Stack Overflow Oct 21, 2018 by cfischer

User contributions licensed under CC BY-SA 3.0