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

import in 1.3 reports new xml element #24

Closed ebdavison closed 13 years ago

ebdavison commented 13 years ago

New XML element detected: plugin_type. Please report this to jacob.hammack@hammackj.com

ebdavison commented 13 years ago

New HostProperties attribute: MS09-027. Please report this to jacob.hammack@hammackj.com

hammackj commented 13 years ago

Not sure on the ms09-027 host prop attribute. if you can send me the snip from the xml file that includes that line I can add that one .but the plugin_type has been added to the 1.4-dev branch

ebdavison commented 13 years ago

cool; I will dig it up shortly and attach it.

ebdavison commented 13 years ago
<ReportHost name="1.2.3.4"><HostProperties>
<tag name="HOST_END">Wed Mar  9 17:03:01 2011</tag>
<tag name="operating-system">Microsoft Windows XP Professional (English)</tag>
<tag name="MS09-027">969613</tag>
<tag name="mac-address">00:11:22:33:44:55</tag>
<tag name="smb-login-used">domain\user</tag>
<tag name="local-checks-proto">smb</tag>
<tag name="netbios-name">NAME</tag>
<tag name="HOST_START">Wed Mar  9 16:57:31 2011</tag>

hammackj commented 13 years ago

I asked about this today. It seems that it is a new missing hotfix indicator. I am going to wait to add this tag, there only seems to be 2 plugins using this at the moment. The location in the xml may also be wrong so I will add it when a few more plugins use it.

ebdavison commented 13 years ago

Nod.