Fix indent level and type

unstable
sinn3r 2012-02-10 03:22:51 -06:00
parent 4b47a9e66f
commit fe69a27bf1
1 changed files with 7 additions and 7 deletions

View File

@ -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