On Freitag, 19. Juni 2015, Wiza, David wrote: > A long time ago, I posted about an issue where OpenVAS was not loading custom > plugins. I could run them with the openvas-nasl command-line tool, but they > would not appear in GSA as a plugin I could add to a scan config. At the > time, I was running OpenVAS 5. I recently tried to update to OpenVAS 8 and I > seem to have completely broken my install. > I downloaded the source for all the OpenVAS 8 components, built, and > installed them. I migrated the database with openvasmd --migrate, and all > was good, except I was finding that OpenVAS *still* wasn't loading my custom > plugins. I looked in the openvassd.messages log, and it said it was loading > them, but when I try to make a scan config, they're not in the list of > plugins. > > I decided to try deleting my tasks.db database and starting over, and > everything went to hell.
if you added your custom NVTs, have you placed them into the subdirectory "plugins/private/" ? If not, the get removed with the next sync. Next, the custom NVTs will be ignored if not provided with a valid signature and the signature configured for the scanner. For a trial you could add "nasl_no_signature_check=yes" to openvasd.conf. Then it will be considered regardless of digital signatures. Check with "openvassd -s" whether setting are properly done. Please check in the section SecInfo/NVTs whether your custom NVTss are there. If yes, you should find them also in the Scan Config editor under the respective family. -- Dr. Jan-Oliver Wagner | +49-541-335084-0 | http://www.greenbone.net/ Greenbone Networks GmbH, Neuer Graben 17, 49074 Osnabrück | AG Osnabrück, HR B 202460 Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner _______________________________________________ Openvas-discuss mailing list [email protected] https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss
