tenable / Posh-Nessus

PowerShell Module for automating Tenable Nessus Vulnerability Scanner.
BSD 3-Clause "New" or "Revised" License
88 stars 36 forks source link

Export-NessusScan PDF and HTML reports are empty #10

Closed mg07647 closed 8 years ago

mg07647 commented 8 years ago

When the format is CSV it generates correct output, but if the format is PDF or HTML, a report is generated but it only has the cover page, an empty table of contents, and no content.

darkoperator commented 8 years ago

Are you specifying the chapters you want for PDF and HTML?

Sent from my iPhone

On Oct 10, 2016, at 8:32 AM, mg07647 notifications@github.com wrote:

When the format is CSV it generates correct output, but if the format is PDF or HTML, a report is generated but it only has the cover page, an empty table of contents, and no content.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

mg07647 commented 8 years ago

You're correct - I forgot to specify the chapters. Closing as invalid.

BTW thanks for the quick response and the hard work!

Poko1970 commented 6 years ago

How do you specify the chapters? And where do you find them? I have the same problem if I enter: Export-NessusScan 0 14 "csv" >E:\DaveScripts\nessus.csv

CSV works fine (although FAR too verbose) but PDF and HTML are empty. All I really want is a summary like you see on the nessus dashboard

darkoperator commented 6 years ago

use the parameter Chapters https://github.com/tenable/Posh-Nessus/blob/master/Scan.ps1#L685 https://github.com/tenable/Posh-Nessus/blob/master/Scan.ps1#L685 and then specify in the parameter OutFile the file to save the report to

On May 21, 2018, at 10:58 AM, Poko1970 notifications@github.com wrote:

How do you specify the chapters? And where do you find them? I have the same problem if I enter: Export-NessusScan 0 14 "csv" >E:\DaveScripts\nessus.csv

CSV works fine (although FAR too verbose) but PDF and HTML are empty. All I really want is a summary like you see on the nessus dashboard

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tenable/Posh-Nessus/issues/10#issuecomment-390680094, or mute the thread https://github.com/notifications/unsubscribe-auth/AAf0HqktnJ8H1P7g_vMVMx071lykzdJCks5t0tYcgaJpZM4KSg-L.

Poko1970 commented 6 years ago

Ha! Thank you SO much! Quite new to this lark, and your script is really good! It's doing stuff that I didn't know was possible :)