From fe69a27bf18fa562224ba13eba16413087c202f7 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Fri, 10 Feb 2012 03:22:51 -0600 Subject: [PATCH] Fix indent level and type --- .../auxiliary/scanner/discovery/ipv6_neighbor.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/auxiliary/scanner/discovery/ipv6_neighbor.rb b/modules/auxiliary/scanner/discovery/ipv6_neighbor.rb index 9eed27dded..4164bb9f5f 100644 --- a/modules/auxiliary/scanner/discovery/ipv6_neighbor.rb +++ b/modules/auxiliary/scanner/discovery/ipv6_neighbor.rb @@ -132,13 +132,13 @@ class Metasploit3 < Msf::Auxiliary next if not addr print_status(sprintf(" %16s maps to %s",addr[:ipv4], addr[:ipv6])) - report_note( - :host => addr[:ipv4], - :proto => 'IP', - :sname => 'all', - :type => 'IPv4 to IPv6 mapping', - :data => "system with IPv4 address #{addr[:ipv4]} matches to IPv6 address #{addr[:ipv6]}" - ) # with this we have the results in our database + report_note( + :host => addr[:ipv4], + :proto => 'IP', + :sname => 'all', + :type => 'ipv4.ipv6.mapping', + :data => "system with IPv4 address #{addr[:ipv4]} matches to IPv6 address #{addr[:ipv6]}" + ) # with this we have the results in our database end end