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

@ -136,7 +136,7 @@ class Metasploit3 < Msf::Auxiliary
:host => addr[:ipv4], :host => addr[:ipv4],
:proto => 'IP', :proto => 'IP',
:sname => 'all', :sname => 'all',
:type => 'IPv4 to IPv6 mapping', :type => 'ipv4.ipv6.mapping',
:data => "system with IPv4 address #{addr[:ipv4]} matches to IPv6 address #{addr[:ipv6]}" :data => "system with IPv4 address #{addr[:ipv4]} matches to IPv6 address #{addr[:ipv6]}"
) # with this we have the results in our database ) # with this we have the results in our database