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

New HostProperties #63

Closed Jermspeeds closed 11 years ago

Jermspeeds commented 11 years ago

Had a ton of these appear on my screen while parsing the nessus file:

New HostProperties attribute: traceroute-hop-0. Please report this to jacob.hammack@hammackj.com New HostProperties attribute: traceroute-hop-4. Please report this to jacob.hammack@hammackj.com New HostProperties attribute: traceroute-hop-3. Please report this to jacob.hammack@hammackj.com New HostProperties attribute: traceroute-hop-2. Please report this to jacob.hammack@hammackj.com New HostProperties attribute: traceroute-hop-1. Please report this to jacob.hammack@hammackj.com

hammackj commented 11 years ago

Thanks ill get that prepped for 1.6.1

Sent from my Phone

On Feb 28, 2013, at 2:38 PM, Jermspeeds notifications@github.com wrote:

Had a ton of these appear on my screen while parsing the nessus file:

New HostProperties attribute: traceroute-hop-0. Please report this to jacob.hammack@hammackj.com New HostProperties attribute: traceroute-hop-4. Please report this to jacob.hammack@hammackj.com New HostProperties attribute: traceroute-hop-3. Please report this to jacob.hammack@hammackj.com New HostProperties attribute: traceroute-hop-2. Please report this to jacob.hammack@hammackj.com New HostProperties attribute: traceroute-hop-1. Please report this to jacob.hammack@hammackj.com

— Reply to this email directly or view it on GitHubhttps://github.com/arxopia/risu/issues/63 .

hammackj commented 11 years ago

Seems this could possibly get to 255 hops, going to create a better solution for this than my current method.