On Wed, Nov 23, 2005 at 11:25:33AM -0500, Jeff Dell wrote: > I am sorry I don't think I was clear enough. What I would like is to export > a previous saved session from Nessus into a full XML report. > > I can see a list of saved sessions when I do: > Nessus -s -q <host> <port> <user> <pass> > > How can I extract one of these saved sessions to a full XML report with > plug-in information?
The best you can do is to use something like my own sd2nbe tool, http://www.tifaware.com/perl/sd2nbe/, filter a session data file to NBE output and then convert it to XML using the Nessus CLI. Unfortunately, session data files don't hold information about the config data used for the scan and the NBE output format doesn't support it either so you'll have to figure out some other way to incorporate that into your output if you really want it. George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
