Error in Nessus scanner #522
Closed
Comments
I can reproduce the error. I'll work on a fix. An see what I can do in terms of unit testing. |
O.K. I've fix the first bug You reported. Apparently I wasn't really with it when I built this feature. :( FOr the second bug I made what gets exported from nessus configurable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the fix ob the Bug #494 a new Problem occurs.
I managed to fix this by adding back the lines
under
print "Imported scan targets: $scandata->{settings}{text_targets} \n" if $verbose;
after this i got
This was fixed by changing the @formats part,
my @formats = qw(nessus html);
since our nessus doesn't provide pdf export. If i remember correctly there was an better error message in an older version of seccubus. This is the reason i already knew the solution in our case. Maybe you can manage to get a more fitting error message for this case.
I'm not very familiar with GIT or perl, so i hope this report is sufficient.
The text was updated successfully, but these errors were encountered: