hammackj / risu

Risu is Nessus parser, that converts the generated reports into a ActiveRecord database, this allows for easy report generation and vulnerability verification.
http://hammackj.github.io/risu
MIT License
63 stars 20 forks source link

Hostname NULL #28

Closed ebdavison closed 12 years ago

ebdavison commented 13 years ago

I am using a mid-stream version of 1.4 and am still getting some hostnames that are NULL. I have been having to go into SQL and set the hostname = ip in order to get all hosts to show up on some of the reports.

Don't know why these hosts show up with no hostname but it is a bug that is affecting the completeness of some reports.

ebdavison commented 13 years ago

Actually, I had that backwards. The problem is that for some hosts the ip is NULL and the hostname has the IP address in it.

hammackj commented 13 years ago

I am still looking into this. Not sure why it is doing this, 1.4-dev has a post-processing rule to update all the null ip's with the hostname.

Are you selecting "Designate Hosts by their DNS name" in the policy?

I cant seem to recreate a scan where it leaves the IP's blank =\

ebdavison commented 13 years ago

I am not sure right now. I will check and let you know. Is that a setting stored in the .nessus file?

hammackj commented 13 years ago

It would be on the Nessus Policy Screen.

hammackj commented 13 years ago

Was this the case? Trying to figure out a easy way to patch this.

ebdavison commented 13 years ago

Sorry for the delay; the scanner computer was offline and unaccessible until today. Designate Hosts by their DNS Name is not selected.

hammackj commented 13 years ago

I will see what I can do for this.

hammackj commented 12 years ago

Are you still having this issue?

hammackj commented 12 years ago

Closing this ticket, if this is still occurring please reopen it and submit a .nessus file that causes it.