*** Wiza, David wrote: > I'm scanning a very fragile host, and I need to be able to figure > out which plugins out of a couple thousand are causing the host to > crash, so I've written a script that creates a config with a single > plugin selected, creates the task, and runs the scan, then checks > the results and runs a simple test to make sure the host is still > alive before continuing with the next plugin. If it detects that > the host has died, then my script restarts the host to continue > scanning, logging which plugin caused the host to crash.
Create a config with all NVTs enables and enable "log_whole_attack" in this config. When creating the task set Maximum concurrently executed NVTs per host = 1 Maximum concurrently scanned hosts = 1 Now run the scan, watch the openvassd.messages and the host. As soon as the host crash you should see in openvassd-messages which NVT was running at this moment and crash the host. That should work at least if the crash is caused by a single NVT... Micha -- Michael Meyer OpenPGP Key: 0xAF069E9152A6EFA6 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
